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.
1 parent 3a61efd commit cd09e60Copy full SHA for cd09e60
EfSchemaCompare/EfSchemaCompare.csproj
@@ -2,6 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>net8.0</TargetFramework>
5
+ <PackageReadmeFile>README.md</PackageReadmeFile>
6
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7
</PropertyGroup>
8
@@ -42,6 +43,7 @@
42
43
44
<ItemGroup>
45
<None Include="EfSchemaCompareNuGetIcon128.png" Pack="true" PackagePath="\" />
46
+ <None Include="..\README.md" Pack="true" PackagePath="\"/>
47
</ItemGroup>
48
49
</Project>
0 commit comments