From b3bd976c8ce1dbbf3c8b86dfd0d746a52df40c66 Mon Sep 17 00:00:00 2001 From: HenrydeL Date: Mon, 9 Aug 2021 18:39:38 +0200 Subject: [PATCH] - update projets to .netstandart2.1 and .netcoreapp3.1 --- csharp-ovh/csharp-ovh.csproj | 2 +- test/test.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csharp-ovh/csharp-ovh.csproj b/csharp-ovh/csharp-ovh.csproj index b62e1e6..91cd9ce 100644 --- a/csharp-ovh/csharp-ovh.csproj +++ b/csharp-ovh/csharp-ovh.csproj @@ -1,7 +1,7 @@  - netstandard2.0 + netstandard2.1 csharp-ovh OVH C# API Wrapper 4.0.5 diff --git a/test/test.csproj b/test/test.csproj index 5af75a1..e69ef7f 100644 --- a/test/test.csproj +++ b/test/test.csproj @@ -1,7 +1,7 @@  - netcoreapp2.0 + netcoreapp3.1