We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13eb6a0 commit 8746780Copy full SHA for 8746780
Directory.Build.props
@@ -0,0 +1,5 @@
1
+<Project>
2
+ <ItemGroup>
3
+ <None Include="README.md" Pack="true" PackagePath="" />
4
+ </ItemGroup>
5
+</Project>
src/Moneta/Moneta.csproj
@@ -30,9 +30,4 @@
30
<RepositoryUrl>https://github.com/bogoware/moneta</RepositoryUrl>
31
<RepositoryType>github</RepositoryType>
32
</PropertyGroup>
33
-
34
- <ItemGroup>
35
- <None Include="README.md" Pack="true" PackagePath="" />
36
- </ItemGroup>
37
38
</Project>
0 commit comments