You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NetcodePatcher.MSBuild/Sdk/Sdk.targets
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,8 @@
25
25
Condition=" '$(MSBuildRuntimeType)' == 'Full' And $([MSBuild]::VersionLessThan('$(MSBuildVersion)', '18.0.2'))"
26
26
Code="NCP0001"
27
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
-
Update to Visual Studio 2026 or above to use the NetcodePatcher MSBuild SDK in Visual Studio. If you have set up patching using a post-build event and the CLI, you should remove `Evaisa.NetcodePatcher.MSBuild` from your project.
28
+
Update to Visual Studio 2026 or above to use the NetcodePatcher MSBuild SDK in Visual Studio.
29
+
If you have set up patching using a post-build event and the CLI, you should remove `Evaisa.NetcodePatcher.MSBuild` from your project.
0 commit comments