Files
tymmkang f3cd2cae9b MemoryPack 패키지 추가
NuGetForUnity에서 추가
2025-10-23 02:23:17 +09:00

7 lines
423 B
XML

<Project InitialTargets="NETStandardCompatError_System_Collections_Immutable_netcoreapp3_1">
<Target Name="NETStandardCompatError_System_Collections_Immutable_netcoreapp3_1"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Error Text="System.Collections.Immutable doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
</Target>
</Project>