From 737de9e1a315093e2c2a6a2ffda7d1548be7a8b0 Mon Sep 17 00:00:00 2001 From: Alistair Evans Date: Sun, 11 Dec 2022 10:50:18 +0000 Subject: [PATCH] PR feedback. --- global.json | 5 ++--- src/Autofac/Autofac.csproj | 3 --- .../Autofac.Test.Compilation/Autofac.Test.Compilation.csproj | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/global.json b/global.json index 504ea16e7..1982217ab 100644 --- a/global.json +++ b/global.json @@ -5,8 +5,7 @@ }, "additionalSdks": [ - "3.1.416", - "5.0.405", - "6.0.200" + "3.1.425", + "6.0.403" ] } diff --git a/src/Autofac/Autofac.csproj b/src/Autofac/Autofac.csproj index 7a9998f7e..c6d394b5d 100644 --- a/src/Autofac/Autofac.csproj +++ b/src/Autofac/Autofac.csproj @@ -71,9 +71,6 @@ - - all - all diff --git a/test/Autofac.Test.Compilation/Autofac.Test.Compilation.csproj b/test/Autofac.Test.Compilation/Autofac.Test.Compilation.csproj index 4c2bbc36f..ce93b4f6c 100644 --- a/test/Autofac.Test.Compilation/Autofac.Test.Compilation.csproj +++ b/test/Autofac.Test.Compilation/Autofac.Test.Compilation.csproj @@ -1,7 +1,7 @@  - net6.0;netcoreapp3.1; + net7.0;net6.0;netcoreapp3.1; $(NoWarn);CS1591 true ../../Autofac.snk