From 3f5ceb38be359e8fb42c090ff179fca3ecc2023c Mon Sep 17 00:00:00 2001 From: Arvkus Date: Wed, 4 May 2022 21:31:35 +0300 Subject: [PATCH] update #1 --- .vscode/mod.csproj | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/mod.csproj b/.vscode/mod.csproj index 02933ae..fdb9f1b 100644 --- a/.vscode/mod.csproj +++ b/.vscode/mod.csproj @@ -1,7 +1,7 @@ Library - net472 + net480 x64 diff --git a/README.md b/README.md index 4afdaf3..b736d47 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This template is created for Rimworld modders who use [Visual Studio Code](https * __Customizable__. Almost every feature can be changed, whenever it is editor UI, keybinds or folder structure. ## Setup -1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have required C# packages from Visual Studio IDE. +1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.8 Developer Pack](https://dotnet.microsoft.com/download/dotnet-framework/net48). This step can be skipped if you already have required C# packages from Visual Studio IDE. 2. Install [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp). 3. Clone, pull or download this template into your Rimworld `Mods` folder.