From 54a922b5d52dfd61dfc78e802458efc4df6b84ed Mon Sep 17 00:00:00 2001 From: Ross Nordby Date: Fri, 29 Nov 2024 12:13:56 -0600 Subject: [PATCH] Bumping to .net 9 for demos. Library staying at 8 for now. --- DemoContentBuilder/DemoContentBuilder.csproj | 2 +- DemoContentLoader/DemoContentLoader.csproj | 2 +- DemoRenderer/DemoRenderer.csproj | 6 +++--- DemoTests/DemoTests.csproj | 2 +- DemoUtilities/DemoUtilities.csproj | 2 +- Demos/Demos.csproj | 6 +++--- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DemoContentBuilder/DemoContentBuilder.csproj b/DemoContentBuilder/DemoContentBuilder.csproj index 478c00e7..88f83d0c 100644 --- a/DemoContentBuilder/DemoContentBuilder.csproj +++ b/DemoContentBuilder/DemoContentBuilder.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net9.0 x64 latest true diff --git a/DemoContentLoader/DemoContentLoader.csproj b/DemoContentLoader/DemoContentLoader.csproj index cc5df10c..901c488a 100644 --- a/DemoContentLoader/DemoContentLoader.csproj +++ b/DemoContentLoader/DemoContentLoader.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 latest True diff --git a/DemoRenderer/DemoRenderer.csproj b/DemoRenderer/DemoRenderer.csproj index 31a5870a..8fcbcf60 100644 --- a/DemoRenderer/DemoRenderer.csproj +++ b/DemoRenderer/DemoRenderer.csproj @@ -1,13 +1,13 @@  - net8.0 + net9.0 latest True - - + + diff --git a/DemoTests/DemoTests.csproj b/DemoTests/DemoTests.csproj index a1be5c21..05d93a15 100644 --- a/DemoTests/DemoTests.csproj +++ b/DemoTests/DemoTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 true false latest diff --git a/DemoUtilities/DemoUtilities.csproj b/DemoUtilities/DemoUtilities.csproj index eab8c087..1bc2fc4e 100644 --- a/DemoUtilities/DemoUtilities.csproj +++ b/DemoUtilities/DemoUtilities.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 latest true diff --git a/Demos/Demos.csproj b/Demos/Demos.csproj index f47e2710..d52b685f 100644 --- a/Demos/Demos.csproj +++ b/Demos/Demos.csproj @@ -1,7 +1,7 @@  Exe - net8.0 + net9.0 True Debug;Release latest @@ -10,8 +10,8 @@ - - + +