Skip to content

Commit 44992f7

Browse files
Fix versions
1 parent 21dc269 commit 44992f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
autofac: ['lowestSupported', '6.0.0']
17+
autofac: ['lowestSupported', '6.0.0', '7.1.0']
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-dotnet@v1

CompositionRoot.Test/CompositionRoot.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<IsPackable>false</IsPackable>
9-
<TargetFramework>net5.0</TargetFramework>
10-
<LangVersion>9.0</LangVersion>
9+
<TargetFramework>net8.0</TargetFramework>
10+
<LangVersion>12.0</LangVersion>
1111
<Nullable>enable</Nullable>
1212
</PropertyGroup>
1313
<ItemGroup>

CompositionRoot/CompositionRoot.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<RootNamespace>Messerli.CompositionRoot</RootNamespace>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<TargetFrameworks>netcoreapp3.1;netstandard2.1;netstandard2.0</TargetFrameworks>
10-
<LangVersion>9.0</LangVersion>
9+
<TargetFrameworks>net8.0;netstandard2.1;netstandard2.0</TargetFrameworks>
10+
<LangVersion>12.0</LangVersion>
1111
<Nullable>enable</Nullable>
1212
</PropertyGroup>
1313
<PropertyGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.402",
3+
"version": "8.0.100",
44
"rollForward": "latestFeature"
55
},
66
"msbuild-sdks": {

0 commit comments

Comments
 (0)