Skip to content

Commit

Permalink
Updated csproj for RetakesPluginShared
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Mar 25, 2024
1 parent 512f2f2 commit ce557f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion RetakesPluginShared/README.md

This file was deleted.

8 changes: 8 additions & 0 deletions RetakesPluginShared/RetakesPluginShared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,13 @@
<Nullable>enable</Nullable>
<RootNamespace>RetakesPluginShared</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

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

0 comments on commit ce557f8

Please sign in to comment.