Skip to content

Commit f7b28a6

Browse files
committed
update msbuild declaration
1 parent a209fd6 commit f7b28a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
7777
NetcodePatcher has an MSBuild plugin that can be applied with minimal configuration.
7878
Add the following snippet within the root `<Project>` tag of your `.csproj` project file

0 commit comments

Comments
 (0)