Skip to content

Commit fde8a91

Browse files
committed
wrap long line
1 parent 8228705 commit fde8a91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

NetcodePatcher.MSBuild/Sdk/Sdk.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
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-
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.
2930
See the Help Link for details."
3031
HelpLink="https://github.com/EvaisaDev/UnityNetcodePatcher#msbuild"
3132
/>

0 commit comments

Comments
 (0)