From 09122df4362dc384a33493b0f3e137d2673c3062 Mon Sep 17 00:00:00 2001 From: Niklas Lundberg Date: Wed, 5 Feb 2020 08:37:33 +0100 Subject: [PATCH] Support ASP.NET Core 3.1. --- .../Activout.RestClient.Test.csproj | 14 ++++++++------ Activout.RestClient/Activout.RestClient.csproj | 18 ++++++++++++++---- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/Activout.RestClient.Test/Activout.RestClient.Test.csproj b/Activout.RestClient.Test/Activout.RestClient.Test.csproj index 740b536..c257cd3 100644 --- a/Activout.RestClient.Test/Activout.RestClient.Test.csproj +++ b/Activout.RestClient.Test/Activout.RestClient.Test.csproj @@ -1,15 +1,17 @@  - netcoreapp2.0 + netcoreapp3.1 false - + - - - - + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/Activout.RestClient/Activout.RestClient.csproj b/Activout.RestClient/Activout.RestClient.csproj index 3310845..216ab91 100644 --- a/Activout.RestClient/Activout.RestClient.csproj +++ b/Activout.RestClient/Activout.RestClient.csproj @@ -1,11 +1,21 @@  - netcoreapp2.0 + netcoreapp3.1 + Activout.RestClient + Create a REST(ish) API client only by defining the C# interface you want. + Activout Rest Client + MIT + https://github.com/twogood/Activout.RestClient.git + git + true + 3.0.0 - - - + + + + + \ No newline at end of file