From 99ddd314ea359d3a97afa82c735b6a25eb25ea32 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 13 Sep 2024 14:07:43 -0600 Subject: [PATCH] Refresh the Prerequisites section of the README Fixes #1283 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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