Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [ApiGe…
Browse files Browse the repository at this point in the history
…nerator.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent 31e3924 commit 1466ad7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/ApiGenerator/ApiGenerator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@

<NoWarn>NU1701</NoWarn>
<PreserveCompilationContext>true</PreserveCompilationContext>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="3.1.0-beta3-final" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
Expand Down

0 comments on commit 1466ad7

Please sign in to comment.