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