From 3886321ae23c9f5a6fbce8be8dc0301d777e8ebb Mon Sep 17 00:00:00 2001 From: Wolfgang Meindl Date: Wed, 3 Aug 2022 20:55:48 +0200 Subject: [PATCH] Upgrade to .Net 6 --- .upgrade-assistant | 1 + CoinbasePro.Specs/CoinbasePro.Specs.csproj | 2 +- CoinbasePro/CoinbasePro.csproj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .upgrade-assistant diff --git a/.upgrade-assistant b/.upgrade-assistant new file mode 100644 index 00000000..65ba4fc4 --- /dev/null +++ b/.upgrade-assistant @@ -0,0 +1 @@ +{"Build":"0.4.336902\u002B3a2177acaa53d719e5da4ccde275f84ff18f0611","CurrentProject":"","EntryPoints":["CoinbasePro.Specs.csproj"],"Properties":{}} \ No newline at end of file diff --git a/CoinbasePro.Specs/CoinbasePro.Specs.csproj b/CoinbasePro.Specs/CoinbasePro.Specs.csproj index 89531b4f..13520837 100644 --- a/CoinbasePro.Specs/CoinbasePro.Specs.csproj +++ b/CoinbasePro.Specs/CoinbasePro.Specs.csproj @@ -1,7 +1,7 @@  - net461;netcoreapp2.0 + net6 git git://github.com/dougdellolio/gdax-csharp Doug Dellolio diff --git a/CoinbasePro/CoinbasePro.csproj b/CoinbasePro/CoinbasePro.csproj index e8df168a..a3c42242 100644 --- a/CoinbasePro/CoinbasePro.csproj +++ b/CoinbasePro/CoinbasePro.csproj @@ -1,7 +1,7 @@  - net461;netstandard2.0 + net6 git git://github.com/dougdellolio/coinbasepro-csharp Doug Dellolio