diff --git a/README.md b/README.md index 76beff17..ceafd91b 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ ## Prerequisites -The .NET 5 SDK or Visual Studio 2019 Update 8 (16.8) for the C# compiler that added support for Source Generators. -The experience with source generators in Visual Studio is still improving, and is noticeably better in VS 16.9. WPF projects have [additional requirements](https://github.com/microsoft/CsWin32/issues/7). +The .NET 6 SDK or Visual Studio 2019 Update 11 (16.11). -In addition, some generated code may require use of the C# 9 language version (`9`) in your project file. See [issue #4](https://github.com/microsoft/CsWin32/issues/4) for more on this. +WPF projects have [additional requirements](https://github.com/microsoft/CsWin32/issues/7). -See [dotnet/pinvoke](https://github.com/dotnet/pinvoke) for precompiled NuGet packages with Win32 P/Invokes. +In addition, some generated code may require use of the C# 9+ language version (`9`) in your project file. See [issue #4](https://github.com/microsoft/CsWin32/issues/4) for more on this. +Newer is generally better. Use the latest C# language version for the best results, regardless of your TargetFramework. ## Usage