Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesContainers.csproj')
-rw-r--r--NesContainers.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/NesContainers.csproj b/NesContainers.csproj
index fee36c1..d047771 100644
--- a/NesContainers.csproj
+++ b/NesContainers.csproj
@@ -18,4 +18,11 @@
<DocumentationFile>NesContainers.xml</DocumentationFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
+
+ <ItemGroup>
+ <None Update="README.md">
+ <Pack>True</Pack>
+ <PackagePath>\</PackagePath>
+ </None>
+ </ItemGroup>
</Project>