From a6ce14becb705520ee8a5c00c29a42db6d4baa5d Mon Sep 17 00:00:00 2001 From: Gleb Krasilich Date: Tue, 24 Jan 2023 04:07:04 +0300 Subject: [PATCH] Retarget GmodNET.API to net6.0 tfm --- gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj b/gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj index 78c19640..48932499 100644 --- a/gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj +++ b/gm_dotnet_managed/GmodNET.API/GmodNET.API.csproj @@ -1,7 +1,7 @@  - net7.0 + net6.0 MIT GmodNET API GmodNET API library contains all necessary interfaces to write a GmodNET module.