第一次提交至Git
This commit is contained in:
6
packages/System.CodeDom.6.0.0/buildTransitive/netcoreapp2.0/System.CodeDom.targets
vendored
Normal file
6
packages/System.CodeDom.6.0.0/buildTransitive/netcoreapp2.0/System.CodeDom.targets
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_System_CodeDom_netcoreapp3_1">
|
||||
<Target Name="NETStandardCompatError_System_CodeDom_netcoreapp3_1"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Error Text="System.CodeDom doesn't support $(TargetFramework). Consider updating your TargetFramework to netcoreapp3.1 or later." />
|
||||
</Target>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user