This commit is contained in:
CortexCore
2024-11-23 17:24:25 +08:00
parent a8ed155236
commit 1b71993e32
27 changed files with 7232 additions and 14 deletions

View File

@@ -0,0 +1,6 @@
<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>