From 2339f5d9b9f72d9cb6eca86bab28ea4ebb944cd0 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 22 Dec 2021 14:36:18 -0500 Subject: [PATCH] update projects to .net6 --- Patcher/_port/Patcher/PatchClient/PatchClient.csproj | 4 ++-- Patcher/_port/Patcher/PatchGenerator/PatchGenerator.csproj | 2 +- Patcher/_port/Patcher/PatcherUtils/PatcherUtils.csproj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Patcher/_port/Patcher/PatchClient/PatchClient.csproj b/Patcher/_port/Patcher/PatchClient/PatchClient.csproj index feb71ac..c846b55 100644 --- a/Patcher/_port/Patcher/PatchClient/PatchClient.csproj +++ b/Patcher/_port/Patcher/PatchClient/PatchClient.csproj @@ -1,7 +1,7 @@ - + WinExe - net5.0 + net6.0 enable diff --git a/Patcher/_port/Patcher/PatchGenerator/PatchGenerator.csproj b/Patcher/_port/Patcher/PatchGenerator/PatchGenerator.csproj index 9b9f926..1a06c10 100644 --- a/Patcher/_port/Patcher/PatchGenerator/PatchGenerator.csproj +++ b/Patcher/_port/Patcher/PatchGenerator/PatchGenerator.csproj @@ -1,7 +1,7 @@  WinExe - net5.0 + net6.0 enable diff --git a/Patcher/_port/Patcher/PatcherUtils/PatcherUtils.csproj b/Patcher/_port/Patcher/PatcherUtils/PatcherUtils.csproj index 3943a8d..3ca61a5 100644 --- a/Patcher/_port/Patcher/PatcherUtils/PatcherUtils.csproj +++ b/Patcher/_port/Patcher/PatcherUtils/PatcherUtils.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0