We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2614f commit 017bafeCopy full SHA for 017bafe
LICENSE.md renamed to LICENSE
src/CSharpLanguageServer/CSharpLanguageServer.fsproj
@@ -4,6 +4,14 @@
4
<PropertyGroup>
5
<OutputType>Exe</OutputType>
6
<TargetFramework>net5.0</TargetFramework>
7
+
8
+ <PackAsTool>true</PackAsTool>
9
+ <ToolCommandName>csharp-ls</ToolCommandName>
10
+ <Version>0.1.0</Version>
11
+ <Authors>Saulius Menkevičius</Authors>
12
+ <PackageOutputPath>./nupkg</PackageOutputPath>
13
+ <PackageVersion>0.1.0-alpha</PackageVersion>
14
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
15
</PropertyGroup>
16
17
<ItemGroup>
0 commit comments