Skip to content

Commit 8228705

Browse files
committed
improve error message
1 parent 47777ba commit 8228705

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NetcodePatcher.MSBuild/Sdk/Sdk.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Condition=" '$(MSBuildRuntimeType)' == 'Full' And $([MSBuild]::VersionLessThan('$(MSBuildVersion)', '18.0.2'))"
2626
Code="NCP0001"
2727
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.
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.
2929
See the Help Link for details."
3030
HelpLink="https://github.com/EvaisaDev/UnityNetcodePatcher#msbuild"
3131
/>

0 commit comments

Comments
 (0)