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 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 diff --git a/Packages.props b/Packages.props index 2c98c7e..a1bdda2 100644 --- a/Packages.props +++ b/Packages.props @@ -2,8 +2,8 @@ - - + + 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": {