diff --git a/.travis.yml b/.travis.yml index e114607..8ea8c73 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: csharp solution: ActivoutRestClient.sln mono: none -dotnet: 2.2.203 +dotnet: 3.1.101 dist: xenial install: - dotnet tool install --global dotnet-sonarscanner 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