== 'Full'
!= 'Core'
1 parent c9b5884 commit 856a5dcCopy full SHA for 856a5dc
1 file changed
NetcodePatcher.MSBuild/Sdk/Sdk.targets
@@ -22,7 +22,7 @@
22
Condition=" '$(MSBuildRuntimeType)' == 'Core' "
23
/>
24
<Warning
25
- Condition=" '$(MSBuildRuntimeType)' != 'Core' And $([MSBuild]::VersionLessThan('$(MSBuildVersion)', '18.0.2'))"
+ Condition=" '$(MSBuildRuntimeType)' == 'Full' And $([MSBuild]::VersionLessThan('$(MSBuildVersion)', '18.0.2'))"
26
Code="NCP0001"
27
Text="The NetcodePatcher MSBuild SDK cannot be used in a .NET Framework MSBuild with version below 18.0.2 (e.g. outdated Visual Studio).
28
Either update Visual Studio, or you may ignore this warning if you have set up patching using the command line tool.
0 commit comments