Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [Strin…
Browse files Browse the repository at this point in the history
…gDB.PerformanceNumbers.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent b951245 commit 127c74c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<LangVersion>latest</LangVersion>
<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="BenchmarkDotNet" Version="0.11.4" />
<PackageReference Include="LiteDB" Version="4.1.4" />
Expand Down

0 comments on commit 127c74c

Please sign in to comment.