From 577d122feebe064cd0a70ea08bc12ff188655348 Mon Sep 17 00:00:00 2001 From: James Bradley Date: Wed, 18 Dec 2024 14:52:06 -0500 Subject: [PATCH] gen updates --- .../WallsLOD200.Dependencies.csproj | 26 +++++----- LayoutFunctions/WallsLOD200/global.json | 2 +- .../WallsLOD200/src/WallsLOD200.csproj | 20 ++++---- .../WallsLOD200/test/WallsLOD200.Tests.csproj | 48 +++++++++---------- 4 files changed, 44 insertions(+), 52 deletions(-) diff --git a/LayoutFunctions/WallsLOD200/dependencies/WallsLOD200.Dependencies.csproj b/LayoutFunctions/WallsLOD200/dependencies/WallsLOD200.Dependencies.csproj index e8277aec..93d302ca 100644 --- a/LayoutFunctions/WallsLOD200/dependencies/WallsLOD200.Dependencies.csproj +++ b/LayoutFunctions/WallsLOD200/dependencies/WallsLOD200.Dependencies.csproj @@ -1,14 +1,12 @@ - - - - net6.0 - enable - enable - - - - - - - - + + + + net8.0 + enable + enable + + + + + + \ No newline at end of file diff --git a/LayoutFunctions/WallsLOD200/global.json b/LayoutFunctions/WallsLOD200/global.json index 4aef4472..b15bac9e 100644 --- a/LayoutFunctions/WallsLOD200/global.json +++ b/LayoutFunctions/WallsLOD200/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "6.0.400", + "version": "8.0.206", "rollForward": "latestMinor" } } \ No newline at end of file diff --git a/LayoutFunctions/WallsLOD200/src/WallsLOD200.csproj b/LayoutFunctions/WallsLOD200/src/WallsLOD200.csproj index 14b8e3b4..a5546d04 100644 --- a/LayoutFunctions/WallsLOD200/src/WallsLOD200.csproj +++ b/LayoutFunctions/WallsLOD200/src/WallsLOD200.csproj @@ -1,13 +1,11 @@ - - + + - - - - net6.0 - enable - enable - - - + + + net8.0 + enable + enable + + \ No newline at end of file diff --git a/LayoutFunctions/WallsLOD200/test/WallsLOD200.Tests.csproj b/LayoutFunctions/WallsLOD200/test/WallsLOD200.Tests.csproj index 452618d5..40765583 100644 --- a/LayoutFunctions/WallsLOD200/test/WallsLOD200.Tests.csproj +++ b/LayoutFunctions/WallsLOD200/test/WallsLOD200.Tests.csproj @@ -1,28 +1,24 @@ - - - - net6.0 - enable - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - + + + + net8.0 + enable + enable + false + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + - - - + + \ No newline at end of file