We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
== 'Full'
!= 'Core'
1 parent 44e25fc commit 47777baCopy full SHA for 47777ba
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