From fa0e809f91a3aee5b26d711cf58e0bf1f17b315e Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Sun, 5 Nov 2023 00:19:25 +0100 Subject: [PATCH] 1st try of migration to dotnet 8. rc.2 is failing miserably with impossible RCL error (https://github.com/dotnet/aspnetcore/issues/42629) and requirement of some additional package reference to fix. Crazy but rc.1 works. Tests still failing on Inkball SignalR. Weird. --- .../Pomelo.Extensions.Caching.MySql.csproj | 6 +++--- ...omelo.Extensions.Caching.MySqlConfig.Tools.csproj | 4 ++-- .../Pomelo.Extensions.Caching.MySql.Tests.csproj | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj b/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj index e2b8a38..6438330 100644 --- a/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj +++ b/src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj @@ -23,9 +23,9 @@ - - - + + + diff --git a/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj b/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj index e8c1f7b..60b7459 100644 --- a/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj +++ b/src/Pomelo.Extensions.Caching.MySqlConfig.Tools/Pomelo.Extensions.Caching.MySqlConfig.Tools.csproj @@ -2,7 +2,7 @@ Command line tool to create tables and indexes in a MySql Server database for distributed caching. - net7.0 + net8.0 $(NoWarn);CS1591 true true @@ -38,7 +38,7 @@ - + diff --git a/test/Pomelo.Extensions.Caching.MySql.Tests/Pomelo.Extensions.Caching.MySql.Tests.csproj b/test/Pomelo.Extensions.Caching.MySql.Tests/Pomelo.Extensions.Caching.MySql.Tests.csproj index 682527e..e31aa5f 100644 --- a/test/Pomelo.Extensions.Caching.MySql.Tests/Pomelo.Extensions.Caching.MySql.Tests.csproj +++ b/test/Pomelo.Extensions.Caching.MySql.Tests/Pomelo.Extensions.Caching.MySql.Tests.csproj @@ -1,7 +1,7 @@ - + - net7.0 + net8.0 true Pomelo.Extensions.Caching.MySql.Tests Pomelo.Extensions.Caching.MySql.Tests @@ -30,10 +30,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + +