From 45608312c692631476c3244e7e6560dd2935f895 Mon Sep 17 00:00:00 2001 From: Jeddunk Date: Thu, 12 May 2022 23:21:00 +0200 Subject: [PATCH] update project to net standard 2.1 --- SteamStorefrontAPI/SteamStorefrontAPI.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SteamStorefrontAPI/SteamStorefrontAPI.csproj b/SteamStorefrontAPI/SteamStorefrontAPI.csproj index 613521c..80f4944 100644 --- a/SteamStorefrontAPI/SteamStorefrontAPI.csproj +++ b/SteamStorefrontAPI/SteamStorefrontAPI.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0 + netstandard2.1