From 05c4df94314ffd35b5954eee562a976dcae124c1 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Thu, 21 Jun 2018 08:07:36 -0700 Subject: [PATCH] Added netstandard2.0 target per request from .NET Core team. --- src/Autofac.Configuration/Autofac.Configuration.csproj | 3 +-- .../Autofac.Configuration.Test.csproj | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Autofac.Configuration/Autofac.Configuration.csproj b/src/Autofac.Configuration/Autofac.Configuration.csproj index b537bdc..15abac6 100644 --- a/src/Autofac.Configuration/Autofac.Configuration.csproj +++ b/src/Autofac.Configuration/Autofac.Configuration.csproj @@ -3,7 +3,7 @@ Configuration support for Autofac. 4.0.1 - net45;netstandard1.3 + net45;netstandard1.3;netstandard2.0 true true Autofac.Configuration @@ -18,7 +18,6 @@ http://www.opensource.org/licenses/mit-license.php git https://github.com/autofac/Autofac.Configuration - 1.6.0 false false false diff --git a/test/Autofac.Configuration.Test/Autofac.Configuration.Test.csproj b/test/Autofac.Configuration.Test/Autofac.Configuration.Test.csproj index c2e74f7..ebcb53f 100644 --- a/test/Autofac.Configuration.Test/Autofac.Configuration.Test.csproj +++ b/test/Autofac.Configuration.Test/Autofac.Configuration.Test.csproj @@ -1,7 +1,7 @@  - netcoreapp1.0;net46 + netcoreapp1.0;netcoreapp2.0;net46 $(NoWarn);CS1591;SA1602;SA1611 true Autofac.Configuration.Test @@ -10,7 +10,6 @@ true Autofac.Configuration.Test true - 1.1.2 false ../../build/Analyzers.ruleset