From 528427174e24426cc4f431f5bf4a53bc52f2d330 Mon Sep 17 00:00:00 2001 From: Justin Packwood Date: Sat, 26 Aug 2023 18:42:39 -0400 Subject: [PATCH] Change Project Target to netstandard2.1 --- .../ScryfallApi.Client.csproj | 47 +++++++++++-------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/src/ScryfallApi.Client/ScryfallApi.Client.csproj b/src/ScryfallApi.Client/ScryfallApi.Client.csproj index 8ab4c08..6917772 100644 --- a/src/ScryfallApi.Client/ScryfallApi.Client.csproj +++ b/src/ScryfallApi.Client/ScryfallApi.Client.csproj @@ -1,32 +1,39 @@ - + - net6.0 - true - ScryfallAPI.Client - 3.0 - Gonkers - - .NET client library for accessing the scryfall.com API - scryfall scryfall-api + netstandard2.1 + true + ScryfallAPI.Client + 3.0 + Gonkers + + .NET client library for accessing the scryfall.com API + scryfall scryfall-api + enable latest - https://github.com/Gonkers/Scryfall-API-Client - https://github.com/Gonkers/Scryfall-API-Client - true - true - embedded + https://github.com/Gonkers/Scryfall-API-Client + https://github.com/Gonkers/Scryfall-API-Client + true + true + embedded + - - + + + + + + - - - - + + + +