diff --git a/Autofac.AspNetCore.Multitenant.sln b/Autofac.AspNetCore.Multitenant.sln index c915326..236ce65 100644 --- a/Autofac.AspNetCore.Multitenant.sln +++ b/Autofac.AspNetCore.Multitenant.sln @@ -39,7 +39,7 @@ ProjectSection(SolutionItems) = preProject build\stylecop.json = build\stylecop.json EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox.AspNetCore5_To_6", "samples\Sandbox.AspNetCore5_To_6\Sandbox.AspNetCore5_To_6.csproj", "{B64B6D62-AD07-49BE-AF65-3E4C92284AD5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sandbox.AspNetCore5_To_7", "samples\Sandbox.AspNetCore5_To_6\Sandbox.AspNetCore5_To_7.csproj", "{B64B6D62-AD07-49BE-AF65-3E4C92284AD5}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/appveyor.yml b/appveyor.yml index f2a88f3..e98d7c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,9 +1,11 @@ image: Ubuntu -version: 6.0.0.{build} +version: 6.1.0.{build} + dotnet_csproj: - version_prefix: "6.0.0" + version_prefix: "6.1.0" + patch: true file: 'src\**\*.csproj' diff --git a/global.json b/global.json index d7af11a..d4dc791 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,11 @@ { "sdk": { - "version": "6.0.300", + "version": "7.0.203", "rollForward": "latestFeature" }, "additionalSdks": [ + "6.0.300", "5.0.403", "3.1.302" ] diff --git a/samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_6.csproj b/samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_7.csproj similarity index 91% rename from samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_6.csproj rename to samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_7.csproj index 50d242b..df0632c 100644 --- a/samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_6.csproj +++ b/samples/Sandbox.AspNetCore5_To_6/Sandbox.AspNetCore5_To_7.csproj @@ -1,6 +1,6 @@ - + - net6.0 + net7.0 Sandbox $(NoWarn);CA1707;CA1848;CS1591;SA1600 true diff --git a/src/Autofac.Integration.AspNetCore.Multitenant/Autofac.Integration.AspNetCore.Multitenant.csproj b/src/Autofac.Integration.AspNetCore.Multitenant/Autofac.Integration.AspNetCore.Multitenant.csproj index 4f297ba..55dfa67 100644 --- a/src/Autofac.Integration.AspNetCore.Multitenant/Autofac.Integration.AspNetCore.Multitenant.csproj +++ b/src/Autofac.Integration.AspNetCore.Multitenant/Autofac.Integration.AspNetCore.Multitenant.csproj @@ -16,7 +16,7 @@ true en-US - net6.0;net5.0;netcoreapp3.1 + net7.0;net6.0;net5.0;netcoreapp3.1 latest enable true @@ -58,18 +58,18 @@ - + - + - - + + All - + All diff --git a/test/Autofac.Integration.AspNetCore.Multitenant.Test/Autofac.Integration.AspNetCore.Multitenant.Test.csproj b/test/Autofac.Integration.AspNetCore.Multitenant.Test/Autofac.Integration.AspNetCore.Multitenant.Test.csproj index 09ccd6b..20e8506 100644 --- a/test/Autofac.Integration.AspNetCore.Multitenant.Test/Autofac.Integration.AspNetCore.Multitenant.Test.csproj +++ b/test/Autofac.Integration.AspNetCore.Multitenant.Test/Autofac.Integration.AspNetCore.Multitenant.Test.csproj @@ -1,7 +1,7 @@  - net6.0;net5.0;netcoreapp3.1; + net7.0;net6.0;net5.0;netcoreapp3.1; $(NoWarn);CS1591;SA1600 true ../../Autofac.snk @@ -28,9 +28,9 @@ - - - + + + all runtime; build; native; contentfiles; analyzers @@ -38,12 +38,12 @@ all - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive @@ -58,6 +58,10 @@ + + + +