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 1d323a3 commit 0038c43Copy full SHA for 0038c43
1 file changed
dotnet_version/ExplainThisRepo.csproj
@@ -13,10 +13,16 @@
13
<RepositoryUrl>https://github.com/calchiwo/ExplainThisRepo</RepositoryUrl>
14
<PackageProjectUrl>https://explainthisrepo.com/</PackageProjectUrl>
15
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16
+ <PackageReadmeFile>README.md</PackageReadmeFile>
17
</PropertyGroup>
18
19
<ItemGroup>
20
<None Update="native\**\*" CopyToOutputDirectory="PreserveNewest" />
21
</ItemGroup>
22
23
+ <ItemGroup>
24
+ <None include="../REAME.md" Pack="true" PackagePath="\" />
25
+ <None include="../LICENSE" Pack="true" PackagePath="\" />
26
27
+
28
</Project>
0 commit comments