Skip to content

Commit c6a151e

Browse files
committed
we want sourcelink support
1 parent 926caa7 commit c6a151e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Test.ConsoleApp/Test.ConsoleApp.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
so we're pulling it's references in manually.
2424
-->
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="2.10.0" IncludeAssets="compile" PrivateAssets="all" />
26+
27+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
2628
</ItemGroup>
2729
<Import Project="..\StackExchange.Precompilation.Build\StackExchange.Precompilation.Build.targets" />
2830
</Project>

Test.WebApp/Test.WebApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
7474
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
7575
<PackageReference Include="MSBuild.Microsoft.VisualStudio.Web.targets" Version="14.0.0.3" />
76+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />
7677
</ItemGroup>
7778
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
7879
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">

0 commit comments

Comments
 (0)