diff --git a/src/CommonServiceLocator.csproj b/src/CommonServiceLocator.csproj index eed804c..6e43e68 100644 --- a/src/CommonServiceLocator.csproj +++ b/src/CommonServiceLocator.csproj @@ -2,7 +2,7 @@ 2.0.1 - This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0, and .NET Standard 2.0 + This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0, .NET Standard 1.0 and .NET Standard 2.0 @@ -27,10 +27,14 @@ CommonServiceLocator - + + + + + @@ -39,7 +43,7 @@ true - netcoreapp1.0;netstandard2.0;net40;net45;net47 + netcoreapp1.0;netstandard1.0;netstandard2.0;net40;net45;net47 $(SolutionDir)lib