Skip to content

Commit f28a3c3

Browse files
committed
add sourcelink and include readme in build
1 parent eb074f8 commit f28a3c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

AuthorizationChecker/AuthorizationChecker.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@
1212
<PackageTags>sharpgrip;authorization;authorization-checker</PackageTags>
1313
</PropertyGroup>
1414

15+
<ItemGroup>
16+
<None Include="..\README.md" Pack="true" PackagePath="\" />
17+
</ItemGroup>
18+
1519
<ItemGroup>
1620
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0" />
1721
<PackageReference Include="Microsoft.Extensions.Options" Version="3.0" />
22+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
23+
<PrivateAssets>all</PrivateAssets>
24+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
25+
</PackageReference>
1826
</ItemGroup>
1927

2028
</Project>

0 commit comments

Comments
 (0)