File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
<PackageId >CXuesong.LanguageServer.VsCode</PackageId >
7
7
<GeneratePackageOnBuild >True</GeneratePackageOnBuild >
8
8
<Authors >CXuesong</Authors >
9
- <Version >0.3</Version >
9
+ <Version >0.3.5 </Version >
10
10
<Company />
11
11
<Description >A .NET Language Server infrastructure library for VSCode.</Description >
12
12
<Copyright >Copyright 2020 CXuesong</Copyright >
23
23
<AssemblyOriginatorKeyFile >../LanguageServer.snk</AssemblyOriginatorKeyFile >
24
24
<PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
25
25
<NoWarn >$(NoWarn);1701;1702;1705;1573;1591;NU5105</NoWarn >
26
+ <PublishRepositoryUrl >True</PublishRepositoryUrl >
27
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
26
28
</PropertyGroup >
27
29
28
30
<ItemGroup >
34
36
<ItemGroup >
35
37
<PackageReference Include =" CXuesong.JsonRpc.DynamicProxy" Version =" 0.5.3" />
36
38
<PackageReference Include =" Newtonsoft.Json" Version =" 10.0.2" />
39
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19554-01" PrivateAssets =" All" />
37
40
</ItemGroup >
38
41
39
42
<PropertyGroup Condition =" $([System.Text.RegularExpressions.Regex]::IsMatch($(TargetFramework), `netstandard2.[1-9]$`)) " >
You can’t perform that action at this time.
0 commit comments