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