We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17f8b54 + a1ea9e0 commit 546f640Copy full SHA for 546f640
Directory.Build.props
@@ -6,7 +6,8 @@
6
<Nullable>enable</Nullable>
7
<EnableNETAnalyzers>true</EnableNETAnalyzers>
8
<Configurations>Debug;Release</Configurations>
9
- </PropertyGroup>
+ <PackageReadmeFile>README.md</PackageReadmeFile>
10
+ </PropertyGroup>
11
12
<PropertyGroup>
13
<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 @@
23
24
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
25
</PropertyGroup>
26
27
+ <ItemGroup>
28
+ <None Include="$(SolutionDir)\README.md" Pack="true" PackagePath="\"></None>
29
+ </ItemGroup>
30
+
31
</Project>
0 commit comments