From b7cd91bb67c02901637f58c89b41fc8833c5ab1c Mon Sep 17 00:00:00 2001 From: Jkorf Date: Mon, 15 Dec 2025 10:31:43 +0100 Subject: [PATCH] wip --- CryptoExchange.Net.Protobuf/CryptoExchange.Net.Protobuf.csproj | 2 +- .../CryptoExchange.Net.UnitTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CryptoExchange.Net.Protobuf/CryptoExchange.Net.Protobuf.csproj b/CryptoExchange.Net.Protobuf/CryptoExchange.Net.Protobuf.csproj index 364f723..f1f0d77 100644 --- a/CryptoExchange.Net.Protobuf/CryptoExchange.Net.Protobuf.csproj +++ b/CryptoExchange.Net.Protobuf/CryptoExchange.Net.Protobuf.csproj @@ -1,6 +1,6 @@  - netstandard2.0;netstandard2.1;net8.0;net9.0 + netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0 CryptoExchange.Net.Protobuf diff --git a/CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj b/CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj index f463766..e1a3c81 100644 --- a/CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj +++ b/CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 false