Fix 1.4 cproj

This commit is contained in:
amevarashi 2024-03-24 14:48:16 +05:00
parent a5b01e26dd
commit e19b6d8ff3
1 changed files with 1 additions and 2 deletions

View File

@ -24,10 +24,9 @@
<Version>1.4.*</Version> <Version>1.4.*</Version>
</PackageReference> </PackageReference>
<PackageReference Include="Lib.Harmony"> <PackageReference Include="Lib.Harmony">
<Version>2.*</Version> <Version>2.2.*</Version>
<ExcludeAssets>runtime</ExcludeAssets> <ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>
</ItemGroup> </ItemGroup>
<ItemGroup />
</Project> </Project>