Skip to content

Commit 546f640

Browse files
authored
Merge pull request #165 from koenbeuk/pack-readme
Include a nuget package readme
2 parents 17f8b54 + a1ea9e0 commit 546f640

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Directory.Build.props

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<Nullable>enable</Nullable>
77
<EnableNETAnalyzers>true</EnableNETAnalyzers>
88
<Configurations>Debug;Release</Configurations>
9-
</PropertyGroup>
9+
<PackageReadmeFile>README.md</PackageReadmeFile>
10+
</PropertyGroup>
1011

1112
<PropertyGroup>
1213
<Description>Triggers for EF Core. Respond to changes in your ApplicationDbContext before and after they are committed to the database</Description>
@@ -23,4 +24,8 @@
2324
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
2425
</PropertyGroup>
2526

27+
<ItemGroup>
28+
<None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="\"></None>
29+
</ItemGroup>
30+
2631
</Project>

0 commit comments

Comments
 (0)