Files
Net.Like.Xue.Tokyo/Assets/Packages/System.Diagnostics.DiagnosticSource.9.0.2/buildTransitive/netcoreapp2.0/System.Diagnostics.DiagnosticSource.targets
CortexCore 637ac27286 1
2025-02-24 23:03:39 +08:00

7 lines
679 B
XML

<Project InitialTargets="NETStandardCompatError_System_Diagnostics_DiagnosticSource_net8_0">
<Target Name="NETStandardCompatError_System_Diagnostics_DiagnosticSource_net8_0"
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
<Warning Text="System.Diagnostics.DiagnosticSource 9.0.2 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net8.0 or later. You may also set &lt;SuppressTfmSupportBuildWarnings&gt;true&lt;/SuppressTfmSupportBuildWarnings&gt; in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
</Target>
</Project>