From 8a5aa571a0c60ddeeffc71c5186ac5ed4b6f7e48 Mon Sep 17 00:00:00 2001 From: Ross Nordby Date: Wed, 8 Jul 2026 20:49:40 -0500 Subject: [PATCH] bump to .net 10 in the demos --- DemoBenchmarks/DemoBenchmarks.csproj | 2 +- DemoContentBuilder/DemoContentBuilder.csproj | 2 +- DemoContentLoader/DemoContentLoader.csproj | 2 +- DemoRenderer.GL/DemoRenderer.csproj | 2 +- DemoRenderer/DemoRenderer.csproj | 6 +++--- DemoTests/DemoTests.csproj | 2 +- DemoUtilities/DemoUtilities.csproj | 2 +- Demos.GL/Demos.csproj | 2 +- Demos/Demos.csproj | 6 +++--- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DemoBenchmarks/DemoBenchmarks.csproj b/DemoBenchmarks/DemoBenchmarks.csproj index 263d7f079..841ec98f6 100644 --- a/DemoBenchmarks/DemoBenchmarks.csproj +++ b/DemoBenchmarks/DemoBenchmarks.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable true -f *CollisionBatcherTaskBenchmarks.* *GroupedCollisionTesterBenchmarks.* *GatherScatterBenchmarks.* *OneBodyConstraintBenchmarks.* *TwoBodyConstraintBenchmarks.* *ThreeBodyConstraintBenchmarks.* *FourBodyConstraintBenchmarks.* *SweepBenchmarks.* *ShapeRayBenchmarks.* *ShapePileBenchmark.* *RagdollTubeBenchmark.* --join diff --git a/DemoContentBuilder/DemoContentBuilder.csproj b/DemoContentBuilder/DemoContentBuilder.csproj index bda6630ec..c0e6325ce 100644 --- a/DemoContentBuilder/DemoContentBuilder.csproj +++ b/DemoContentBuilder/DemoContentBuilder.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 x64 latest true diff --git a/DemoContentLoader/DemoContentLoader.csproj b/DemoContentLoader/DemoContentLoader.csproj index 901c488a0..ed8d9c0f3 100644 --- a/DemoContentLoader/DemoContentLoader.csproj +++ b/DemoContentLoader/DemoContentLoader.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 latest True diff --git a/DemoRenderer.GL/DemoRenderer.csproj b/DemoRenderer.GL/DemoRenderer.csproj index 2f25a39f9..d41a671e3 100755 --- a/DemoRenderer.GL/DemoRenderer.csproj +++ b/DemoRenderer.GL/DemoRenderer.csproj @@ -1,6 +1,6 @@  - net9.0 + net10.0 latest True diff --git a/DemoRenderer/DemoRenderer.csproj b/DemoRenderer/DemoRenderer.csproj index 8fcbcf60b..d13e92a74 100644 --- a/DemoRenderer/DemoRenderer.csproj +++ b/DemoRenderer/DemoRenderer.csproj @@ -1,13 +1,13 @@  - net9.0 + net10.0 latest True - - + + diff --git a/DemoTests/DemoTests.csproj b/DemoTests/DemoTests.csproj index 05d93a15f..c5726d850 100644 --- a/DemoTests/DemoTests.csproj +++ b/DemoTests/DemoTests.csproj @@ -1,7 +1,7 @@ - net9.0 + net10.0 true false latest diff --git a/DemoUtilities/DemoUtilities.csproj b/DemoUtilities/DemoUtilities.csproj index 1bc2fc4ed..335542acc 100644 --- a/DemoUtilities/DemoUtilities.csproj +++ b/DemoUtilities/DemoUtilities.csproj @@ -1,7 +1,7 @@  - net9.0 + net10.0 latest true diff --git a/Demos.GL/Demos.csproj b/Demos.GL/Demos.csproj index f4d9b1c9b..f1012a4a2 100755 --- a/Demos.GL/Demos.csproj +++ b/Demos.GL/Demos.csproj @@ -1,7 +1,7 @@  Exe - net9.0 + net10.0 True Debug;Release latest diff --git a/Demos/Demos.csproj b/Demos/Demos.csproj index d52b685f3..1a5005d28 100644 --- a/Demos/Demos.csproj +++ b/Demos/Demos.csproj @@ -1,7 +1,7 @@  Exe - net9.0 + net10.0 True Debug;Release latest @@ -10,8 +10,8 @@ - - + +