We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4389cf7 commit c946978Copy full SHA for c946978
1 file changed
NetcodePatcher.Cli/NetcodePatcher.Cli.csproj
@@ -34,7 +34,8 @@
34
<LegacyPackagePackedFile>$(LegacyPackageDistDir)NetcodePatcher-$(MinVerMajor).$(MinVerMinor).$(MinVerPatch)-$(TargetPlatformName).zip</LegacyPackagePackedFile>
35
</PropertyGroup>
36
<ItemGroup>
37
- <LegacyPackageFiles Include="$(OutputPath)/net8.0/*.dll" />
+ <LegacyPackageFiles Include="$(ProjectDir)../README.md"/>
38
+ <LegacyPackageFiles Include="$(OutputPath)/net8.0/*.dll"/>
39
<LegacyPackageFiles Include="$(OutputPath)/net8.0/NetcodePatcher*"/>
40
</ItemGroup>
41
0 commit comments