From 5e1c34b94e4da5be94f974cc2a725ec7deae4c0f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:07:28 +0000 Subject: [PATCH 1/2] Initial plan From e8e344b3298614fe71d771e88886cedca2eb1387 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Oct 2025 01:17:03 +0000 Subject: [PATCH 2/2] Update .NET to 9.0 and all dependencies to latest versions Co-authored-by: codebytes <47988+codebytes@users.noreply.github.com> --- global.json | 2 +- .../UnitTestingDemo.Data.csproj | 10 +++++----- .../UnitTestingDemo.Domain.csproj | 2 +- .../UnitTestingDemo.Services.csproj | 2 +- src/UnitTestingDemo/UnitTestingDemo.csproj | 4 ++-- .../UnitTestingDemo.Data.Tests.csproj | 16 ++++++++-------- .../UnitTestingDemo.Services.Tests.csproj | 12 ++++++------ .../UnitTestingDemo.Tests.csproj | 12 ++++++------ 8 files changed, 30 insertions(+), 30 deletions(-) diff --git a/global.json b/global.json index 159c2c1..4785826 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.1.0", + "version": "9.0.0", "rollForward": "latestMajor" } } \ No newline at end of file diff --git a/src/UnitTestingDemo.Data/UnitTestingDemo.Data.csproj b/src/UnitTestingDemo.Data/UnitTestingDemo.Data.csproj index 0ab23ff..3a32fbf 100644 --- a/src/UnitTestingDemo.Data/UnitTestingDemo.Data.csproj +++ b/src/UnitTestingDemo.Data/UnitTestingDemo.Data.csproj @@ -1,12 +1,12 @@  - net6.0 + net9.0 - - - - + + + + all runtime; build; native; contentfiles; analyzers diff --git a/src/UnitTestingDemo.Domain/UnitTestingDemo.Domain.csproj b/src/UnitTestingDemo.Domain/UnitTestingDemo.Domain.csproj index 51fc15a..6617ac0 100644 --- a/src/UnitTestingDemo.Domain/UnitTestingDemo.Domain.csproj +++ b/src/UnitTestingDemo.Domain/UnitTestingDemo.Domain.csproj @@ -1,6 +1,6 @@ - net6.0 + net9.0 diff --git a/src/UnitTestingDemo.Services/UnitTestingDemo.Services.csproj b/src/UnitTestingDemo.Services/UnitTestingDemo.Services.csproj index b68bbe1..1f933a0 100644 --- a/src/UnitTestingDemo.Services/UnitTestingDemo.Services.csproj +++ b/src/UnitTestingDemo.Services/UnitTestingDemo.Services.csproj @@ -1,6 +1,6 @@ - net6.0 + net9.0 diff --git a/src/UnitTestingDemo/UnitTestingDemo.csproj b/src/UnitTestingDemo/UnitTestingDemo.csproj index c077dd8..1575b00 100644 --- a/src/UnitTestingDemo/UnitTestingDemo.csproj +++ b/src/UnitTestingDemo/UnitTestingDemo.csproj @@ -1,10 +1,10 @@  - net6.0 + net9.0 InProcess - + diff --git a/tests/UnitTestingDemo.Data.Tests/UnitTestingDemo.Data.Tests.csproj b/tests/UnitTestingDemo.Data.Tests/UnitTestingDemo.Data.Tests.csproj index 6618a52..e4cc8e1 100644 --- a/tests/UnitTestingDemo.Data.Tests/UnitTestingDemo.Data.Tests.csproj +++ b/tests/UnitTestingDemo.Data.Tests/UnitTestingDemo.Data.Tests.csproj @@ -1,17 +1,17 @@ - net6.0 + net9.0 false - - - - - - - + + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/UnitTestingDemo.Services.Tests/UnitTestingDemo.Services.Tests.csproj b/tests/UnitTestingDemo.Services.Tests/UnitTestingDemo.Services.Tests.csproj index 6d9ae3a..5b75b94 100644 --- a/tests/UnitTestingDemo.Services.Tests/UnitTestingDemo.Services.Tests.csproj +++ b/tests/UnitTestingDemo.Services.Tests/UnitTestingDemo.Services.Tests.csproj @@ -1,14 +1,14 @@ - net6.0 + net9.0 false - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/tests/UnitTestingDemo.Tests/UnitTestingDemo.Tests.csproj b/tests/UnitTestingDemo.Tests/UnitTestingDemo.Tests.csproj index 3c4ed29..7afcb07 100644 --- a/tests/UnitTestingDemo.Tests/UnitTestingDemo.Tests.csproj +++ b/tests/UnitTestingDemo.Tests/UnitTestingDemo.Tests.csproj @@ -1,14 +1,14 @@  - net6.0 + net9.0 false - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive