From 7a94d8da4be5c99f2ab9d5570e82c068843d82fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 08:17:38 +0000 Subject: [PATCH] chore(deps): update dotnet version to v9 --- .github/workflows/build.yaml | 8 ++++---- .../ArchUnitNET.MSTestV2Tests.csproj | 2 +- ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj | 2 +- ArchUnitNETTests/ArchUnitNETTests.csproj | 2 +- ExampleTest/ExampleTest.csproj | 2 +- TestAssemblies/AttributeAssembly/AttributeAssembly.csproj | 2 +- .../DependencyAssembly/DependencyAssembly.csproj | 2 +- .../FilteredDirectoryLoaderTestAssembly.csproj | 2 +- .../LoaderTestAssembly/LoaderTestAssembly.csproj | 2 +- .../OtherLoaderTestAssembly.csproj | 2 +- .../VisibilityAssembly/VisibilityAssembly.csproj | 2 +- TestAssembly/TestAssembly.csproj | 2 +- global.json | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 51e984595..627bf9d44 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -21,7 +21,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 with: - dotnet-version: 8.0.405 + dotnet-version: 9.0.200 - name: Install tools run: dotnet tool restore - name: Check formatting @@ -35,7 +35,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 with: - dotnet-version: 8.0.405 + dotnet-version: 9.0.200 - name: Run tests run: dotnet test -c Debug --collect:"XPlat Code Coverage" --settings coverlet.runsettings ArchUnitNETTests/ - name: Upload coverage reports to Codecov @@ -54,7 +54,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 with: - dotnet-version: 8.0.405 + dotnet-version: 9.0.200 - name: Run tests run: dotnet test -c Debug publish-docs: @@ -140,7 +140,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0 with: - dotnet-version: 8.0.405 + dotnet-version: 9.0.200 - name: Build run: dotnet build -c Release - name: Pack diff --git a/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj b/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj index cc59b648a..d1379a14f 100644 --- a/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj +++ b/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false TNG Technology Consulting GmbH true diff --git a/ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj b/ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj index fbda6e147..57013a537 100644 --- a/ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj +++ b/ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 false TNG Technology Consulting GmbH true diff --git a/ArchUnitNETTests/ArchUnitNETTests.csproj b/ArchUnitNETTests/ArchUnitNETTests.csproj index a31ac362c..06f5587a0 100644 --- a/ArchUnitNETTests/ArchUnitNETTests.csproj +++ b/ArchUnitNETTests/ArchUnitNETTests.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 latest TNG Technology Consulting GmbH true diff --git a/ExampleTest/ExampleTest.csproj b/ExampleTest/ExampleTest.csproj index 845939189..8eab4e65c 100644 --- a/ExampleTest/ExampleTest.csproj +++ b/ExampleTest/ExampleTest.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 TNG Technology Consulting GmbH true diff --git a/TestAssemblies/AttributeAssembly/AttributeAssembly.csproj b/TestAssemblies/AttributeAssembly/AttributeAssembly.csproj index 3f9e9e0a8..1325c6e5f 100644 --- a/TestAssemblies/AttributeAssembly/AttributeAssembly.csproj +++ b/TestAssemblies/AttributeAssembly/AttributeAssembly.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true diff --git a/TestAssemblies/DependencyAssembly/DependencyAssembly.csproj b/TestAssemblies/DependencyAssembly/DependencyAssembly.csproj index 3f9e9e0a8..1325c6e5f 100644 --- a/TestAssemblies/DependencyAssembly/DependencyAssembly.csproj +++ b/TestAssemblies/DependencyAssembly/DependencyAssembly.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true diff --git a/TestAssemblies/FilteredDirectoryLoaderTestAssembly/FilteredDirectoryLoaderTestAssembly.csproj b/TestAssemblies/FilteredDirectoryLoaderTestAssembly/FilteredDirectoryLoaderTestAssembly.csproj index 6d0a2fdcc..a3c46b298 100644 --- a/TestAssemblies/FilteredDirectoryLoaderTestAssembly/FilteredDirectoryLoaderTestAssembly.csproj +++ b/TestAssemblies/FilteredDirectoryLoaderTestAssembly/FilteredDirectoryLoaderTestAssembly.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable enable true diff --git a/TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj b/TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj index 3f9e9e0a8..1325c6e5f 100644 --- a/TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj +++ b/TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true diff --git a/TestAssemblies/OtherLoaderTestAssembly/OtherLoaderTestAssembly.csproj b/TestAssemblies/OtherLoaderTestAssembly/OtherLoaderTestAssembly.csproj index 3f9e9e0a8..1325c6e5f 100644 --- a/TestAssemblies/OtherLoaderTestAssembly/OtherLoaderTestAssembly.csproj +++ b/TestAssemblies/OtherLoaderTestAssembly/OtherLoaderTestAssembly.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true diff --git a/TestAssemblies/VisibilityAssembly/VisibilityAssembly.csproj b/TestAssemblies/VisibilityAssembly/VisibilityAssembly.csproj index 3f9e9e0a8..1325c6e5f 100644 --- a/TestAssemblies/VisibilityAssembly/VisibilityAssembly.csproj +++ b/TestAssemblies/VisibilityAssembly/VisibilityAssembly.csproj @@ -1,7 +1,7 @@  - net8.0 + net9.0 enable enable true diff --git a/TestAssembly/TestAssembly.csproj b/TestAssembly/TestAssembly.csproj index 96bd713e5..020dad85b 100644 --- a/TestAssembly/TestAssembly.csproj +++ b/TestAssembly/TestAssembly.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Latest false TestAssembly diff --git a/global.json b/global.json index f65543ae0..732010ace 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.405", + "version": "9.0.200", "rollForward": "latestMajor", "allowPrerelease": true }