From 8fc9b9bcd1ba3f6f06a1fd2f701104eeca7d0795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 14:40:24 +0100 Subject: [PATCH 1/6] Add net8.0 target --- CompositionRoot.Test/CompositionRoot.Test.csproj | 2 +- CompositionRoot/CompositionRoot.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CompositionRoot.Test/CompositionRoot.Test.csproj b/CompositionRoot.Test/CompositionRoot.Test.csproj index 2700910..e3a4c67 100644 --- a/CompositionRoot.Test/CompositionRoot.Test.csproj +++ b/CompositionRoot.Test/CompositionRoot.Test.csproj @@ -6,7 +6,7 @@ false - net9.0 + net9.0;net8.0 13.0 enable diff --git a/CompositionRoot/CompositionRoot.csproj b/CompositionRoot/CompositionRoot.csproj index e54e7ee..998f93a 100644 --- a/CompositionRoot/CompositionRoot.csproj +++ b/CompositionRoot/CompositionRoot.csproj @@ -1,13 +1,13 @@ - 1.2.0 + 1.2.1 Messerli.CompositionRoot Messerli.CompositionRoot - net9.0;netstandard2.1;netstandard2.0 - 12.0 + net9.0;net8.0;netstandard2.1;netstandard2.0 + 13.0 enable From 7cb8e400c60986ae4603927c35d8746f0f5c0847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 14:43:32 +0100 Subject: [PATCH 2/6] Fix Collections.Immutable version --- Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages.props b/Packages.props index 2c98c7e..243390d 100644 --- a/Packages.props +++ b/Packages.props @@ -3,7 +3,7 @@ - + From c72219f35417d0ad088a1c9ec87cdd0ffd2644db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 14:59:24 +0100 Subject: [PATCH 3/6] Fix autofac version --- Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages.props b/Packages.props index 243390d..a1bdda2 100644 --- a/Packages.props +++ b/Packages.props @@ -2,7 +2,7 @@ - + From 57977c9edabebb75a1613e32d0ccf756d3838683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 15:00:54 +0100 Subject: [PATCH 4/6] Add 8.2 to matrix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d54e08..64ee2dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - autofac: ['lowestSupported', '6.0.0', '7.1.0'] + autofac: ['lowestSupported', '6.0.0', '7.1.0', '8.2.0'] steps: - uses: actions/checkout@v2 - uses: actions/setup-dotnet@v1 From 472d6e9bf6d0b84beaf53fc388e572da9cdcc6fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 15:02:35 +0100 Subject: [PATCH 5/6] Update SDK version to 9.0.102 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 55f6bab..5dfbd84 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.101", + "version": "9.0.102", "rollForward": "latestFeature" }, "msbuild-sdks": { From 64a4168b1e025fc489a09456a6977e05b2b51096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20J=C3=A1nos=20Csillik?= Date: Mon, 10 Feb 2025 15:05:36 +0100 Subject: [PATCH 6/6] Remove net8.0. from Test project --- CompositionRoot.Test/CompositionRoot.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CompositionRoot.Test/CompositionRoot.Test.csproj b/CompositionRoot.Test/CompositionRoot.Test.csproj index e3a4c67..2700910 100644 --- a/CompositionRoot.Test/CompositionRoot.Test.csproj +++ b/CompositionRoot.Test/CompositionRoot.Test.csproj @@ -6,7 +6,7 @@ false - net9.0;net8.0 + net9.0 13.0 enable