From a4c4f3d4a85f753634c571e3d0a81a2f8b2aae18 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 8 Jun 2023 11:08:34 -0700 Subject: [PATCH] update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fd5f5e..a10cc7d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MoonWorksTemplate -Template and build tasks for developing a cross-platform multi-target .NET 6 MoonWorks project in VSCode. +Template and build tasks for developing a cross-platform multi-target .NET 7 MoonWorks project in VSCode. The generated solution file will also work in regular Visual Studio. @@ -15,7 +15,7 @@ NOTE: OSX is broken right now because I need to set up MoltenVK. ## Requirements - [Git](https://git-scm.com/) or [Git for Windows](https://gitforwindows.org/) on Windows -- [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0) +- [.NET 6 SDK](https://dotnet.microsoft.com/download/dotnet/7.0) - [Build Tools for Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) on Windows - [Visual Studio Code](https://code.visualstudio.com/) - [VSCode C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp) @@ -27,13 +27,13 @@ NOTE: OSX is broken right now because I need to set up MoltenVK. - Download this repository - Run `install.sh` - Move the newly created project directory wherever you want -- On Windows, add `C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin` to your system environment PATH variable after installing Build Tools for VS 2019 +- On Windows, add `C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin` to your system environment PATH variable after installing Build Tools for VS 2022 ## Usage - Open the project directory in VSCode - Press Ctrl-Shift-B to open the build tasks menu -- Tasks use .NET 6.0 to build and run +- Tasks use .NET 7.0 to build and run - Press F5 to build and run step debugger ## Acknowledgments