Skip to content

Commit

Permalink
Fix nuget package readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod committed Nov 18, 2021
1 parent 98a6ece commit 5d6184b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

<ItemGroup>
<None Include="version.json" />

<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/MSBuild.SDK.SystemWeb/MSBuild.SDK.SystemWeb.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<None Include="version.json" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include="README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Sdk\Frameworks\" />
Expand Down

0 comments on commit 5d6184b

Please sign in to comment.