From 101ceae139e30e346091b511d4e74c9f61714769 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 14 Nov 2023 17:55:16 +0100 Subject: Update to .net 8 --- ArcaneLibs | 2 +- LibMatrix | 2 +- MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj | 2 +- MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj | 2 +- MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj | 2 +- MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ArcaneLibs b/ArcaneLibs index f99ce19..6474a2a 160000 --- a/ArcaneLibs +++ b/ArcaneLibs @@ -1 +1 @@ -Subproject commit f99ce19767f85d6d2f05919b91267cc140a792a6 +Subproject commit 6474a2a5f839e449788a0dd59ae95e996ad64542 diff --git a/LibMatrix b/LibMatrix index aaa3204..b6cc5ef 160000 --- a/LibMatrix +++ b/LibMatrix @@ -1 +1 @@ -Subproject commit aaa3204704b677b59b60dd2719080ead5a0c1274 +Subproject commit b6cc5ef26189f4278c0409e1baf7768805ed2f90 diff --git a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj index d21b5fe..93eaacf 100644 --- a/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj +++ b/MatrixRoomUtils.Desktop/MatrixRoomUtils.Desktop.csproj @@ -1,7 +1,7 @@  WinExe - net7.0 + net8.0 enable true app.manifest diff --git a/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj b/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj index f21b154..58764c7 100644 --- a/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj +++ b/MatrixRoomUtils.LibDMSpace/MatrixRoomUtils.LibDMSpace.csproj @@ -1,7 +1,7 @@  - net7.0 + net8.0 enable enable true diff --git a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj b/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj index e7ea9aa..6f902c2 100644 --- a/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj +++ b/MatrixRoomUtils.Web.Server/MatrixRoomUtils.Web.Server.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable preview diff --git a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj index 5d5568f..afe46c1 100644 --- a/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj +++ b/MatrixRoomUtils.Web/MatrixRoomUtils.Web.csproj @@ -1,7 +1,7 @@ - net7.0 + net8.0 enable enable true -- cgit 1.4.1