From 853d339687abaea2549c39d10d3c1e671d5c6871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:40:41 +0000 Subject: [PATCH] chore(deps): update dotnet-sdk docker tag to v9 --- ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj | 2 +- ArchUnitNET.NUnitTests/ArchUnitNET.NUnitTests.csproj | 2 +- ArchUnitNETTests/ArchUnitNETTests.csproj | 2 +- ExampleTest/ExampleTest.csproj | 2 +- TestAssemblies/AttributeAssembly/AttributeAssembly.csproj | 2 +- TestAssemblies/DependencyAssembly/DependencyAssembly.csproj | 2 +- TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj | 2 +- .../OtherLoaderTestAssembly/OtherLoaderTestAssembly.csproj | 2 +- TestAssemblies/VisibilityAssembly/VisibilityAssembly.csproj | 2 +- TestAssembly/TestAssembly.csproj | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj b/ArchUnitNET.MSTestV2Tests/ArchUnitNET.MSTestV2Tests.csproj index 0e9da0e8..cd730186 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 6444aa3d..fc3ea841 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 0d79e0aa..16ccb468 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 8bd71b32..c7b31435 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 06fd2690..6a6d8701 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 06fd2690..6a6d8701 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/LoaderTestAssembly/LoaderTestAssembly.csproj b/TestAssemblies/LoaderTestAssembly/LoaderTestAssembly.csproj index 06fd2690..6a6d8701 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 06fd2690..6a6d8701 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 06fd2690..6a6d8701 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 96bd713e..020dad85 100644 --- a/TestAssembly/TestAssembly.csproj +++ b/TestAssembly/TestAssembly.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 Latest false TestAssembly