Skip to content

Commit b38fb5e

Browse files
committed
Enable source link support.
1 parent 2bf80f2 commit b38fb5e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

LanguageServer.VsCode/LanguageServer.VsCode.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<PackageId>CXuesong.LanguageServer.VsCode</PackageId>
77
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
88
<Authors>CXuesong</Authors>
9-
<Version>0.3</Version>
9+
<Version>0.3.5</Version>
1010
<Company />
1111
<Description>A .NET Language Server infrastructure library for VSCode.</Description>
1212
<Copyright>Copyright 2020 CXuesong</Copyright>
@@ -23,6 +23,8 @@
2323
<AssemblyOriginatorKeyFile>../LanguageServer.snk</AssemblyOriginatorKeyFile>
2424
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2525
<NoWarn>$(NoWarn);1701;1702;1705;1573;1591;NU5105</NoWarn>
26+
<PublishRepositoryUrl>True</PublishRepositoryUrl>
27+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2628
</PropertyGroup>
2729

2830
<ItemGroup>
@@ -34,6 +36,7 @@
3436
<ItemGroup>
3537
<PackageReference Include="CXuesong.JsonRpc.DynamicProxy" Version="0.5.3" />
3638
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
39+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19554-01" PrivateAssets="All" />
3740
</ItemGroup>
3841

3942
<PropertyGroup Condition=" $([System.Text.RegularExpressions.Regex]::IsMatch($(TargetFramework), `netstandard2.[1-9]$`)) ">

0 commit comments

Comments
 (0)