File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk; Microsoft.Build.CentralPackageVersions" >
33 <PropertyGroup >
4- <Version >1.1.1 </Version >
4+ <Version >1.1.2 </Version >
55 <AssemblyName >Messerli.CompositionRoot</AssemblyName >
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 >
Original file line number Diff line number Diff line change 22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <ItemGroup Label =" Runtime Dependencies" >
44 <PackageReference Update =" Autofac" Version =" $(AutofacVersion)" />
5- <PackageReference Update =" Autofac" Version =" [5.1.2, 7 )" Condition =" '$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
5+ <PackageReference Update =" Autofac" Version =" [5.1.2, 8 )" Condition =" '$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
66 <PackageReference Update =" System.Collections.Immutable" Version =" 1.6" />
77 </ItemGroup >
88 <ItemGroup Label =" Build Dependencies" >
Original file line number Diff line number Diff line change 2222## 1.1.0
2323* Add a new ` Configure ` method on ` CompositionRootBuilder ` that allows
2424 arbitrary setup code to run on the underlying ` ContainerBuilder ` .
25+
26+ ## 1.1.2
27+ * Add ` TargetFramework ` ` net8.0 ` .
28+ * Remove ` TargetFramework ` ` netcoreapp3.1 ` .
29+ * Update ` Autofac ` to ` 7.1.0 ` .
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 5 .0.402 " ,
3+ "version" : " 8 .0.100 " ,
44 "rollForward" : " latestFeature"
55 },
66 "msbuild-sdks" : {
You can’t perform that action at this time.
0 commit comments