From c1fc8a5d6f4852c9430a66f7bc3c57c7076d2a39 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Mon, 25 Dec 2023 13:33:07 +0100 Subject: [PATCH] Fix vulnerability with Newtonsoft.Json; Update Console project to .NET 8 --- SteamStorefrontAPI/SteamStorefrontAPI.csproj | 2 +- .../SteamStorefrontConsole.csproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.csproj b/SteamStorefrontAPI/SteamStorefrontAPI.csproj index 80f4944..7e89731 100644 --- a/SteamStorefrontAPI/SteamStorefrontAPI.csproj +++ b/SteamStorefrontAPI/SteamStorefrontAPI.csproj @@ -22,7 +22,7 @@ The Steam API is not officially available or documented. So, all data in this li - + diff --git a/SteamStorefrontConsole/SteamStorefrontConsole.csproj b/SteamStorefrontConsole/SteamStorefrontConsole.csproj index 3d5460d..5e83a2d 100644 --- a/SteamStorefrontConsole/SteamStorefrontConsole.csproj +++ b/SteamStorefrontConsole/SteamStorefrontConsole.csproj @@ -1,12 +1,12 @@ - + - - Exe - netcoreapp2.2 - + + Exe + net8.0 + - - - + + +