File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ Run `netcode-patch --help` for usage information and available options.
6868### MSBuild
6969
7070> [ !IMPORTANT]
71- > Since Visual Studio still uses 'full' MSBuild (which is based on .NET Framework), some dependencies targeting .NET Standard 2.1
71+ > Since Visual Studio 2022 uses 'full' MSBuild (which is based on .NET Framework), some dependencies targeting .NET Standard 2.1
7272> cannot be loaded into the build host process.
73- > Using the CLI tool and post build event is recommended if you are using Visual Studio.
74- > You can use both the SDK and CLI tool depending on your build environemnt. See the example under "Usage with Visual Studio" below .
75- > * Alternatively you can manually run ` dotnet build ` from commandline if you do want to use MSBuild. *
73+ > Using the CLI tool and post build event is * required * if you are using Visual Studio 2022 .
74+ > NetcodePatcher's MSBuild SDK supports Visual Studio 2026 .
75+ > Update to Visual Studio 2026 if you wish to use the NetcodePatcher MSBuild SDK in Visual Studio.
7676
7777NetcodePatcher has an MSBuild plugin that can be applied with minimal configuration.
7878Add the following snippet within the root ` <Project> ` tag of your ` .csproj ` project file
You can’t perform that action at this time.
0 commit comments