From 57e0959766184c987db3642da3ea48f83eed2e3f Mon Sep 17 00:00:00 2001 From: Matthew Sitton Date: Wed, 30 Nov 2022 19:25:45 -0600 Subject: [PATCH] Revert to .net 6 due to build issues --- AssetStudio/AssetStudio.csproj | 2 +- atlascore/atlascore.csproj | 4 ++-- atlastool/atlastool.csproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AssetStudio/AssetStudio.csproj b/AssetStudio/AssetStudio.csproj index 2792087..d939143 100644 --- a/AssetStudio/AssetStudio.csproj +++ b/AssetStudio/AssetStudio.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 true diff --git a/atlascore/atlascore.csproj b/atlascore/atlascore.csproj index bad859a..454013c 100644 --- a/atlascore/atlascore.csproj +++ b/atlascore/atlascore.csproj @@ -1,7 +1,7 @@ - net7.0 + net6.0 enable @@ -13,7 +13,7 @@ - + diff --git a/atlastool/atlastool.csproj b/atlastool/atlastool.csproj index 17b5fc1..9b35ada 100644 --- a/atlastool/atlastool.csproj +++ b/atlastool/atlastool.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net6.0 true true win-x64 @@ -30,6 +30,6 @@ - +