Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [Cache…
Browse files Browse the repository at this point in the history
….Abstractions.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent ec00b49 commit 45f8333
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
<PropertyGroup>
<Description>NetModular cache abstraction</Description>
<TargetFramework>netstandard2.0</TargetFramework>
<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.Extensions.DependencyInjection.Abstractions" Version="3.1.5" />
</ItemGroup>
Expand Down

0 comments on commit 45f8333

Please sign in to comment.