diff --git a/src/CommonServiceLocator.csproj b/src/CommonServiceLocator.csproj index e65c5a0..d5d111d 100644 --- a/src/CommonServiceLocator.csproj +++ b/src/CommonServiceLocator.csproj @@ -1,8 +1,8 @@ - + - 2.0.3 - 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 + 2.0.4 + This release contains a portable class library that targets .NET 4.0, 4.5, and 4.7, .NET Core 1.0 and 2.0, .NET Standard 1.0 and .NET Standard 2.0 @@ -25,6 +25,7 @@ package.snk false CommonServiceLocator + netcoreapp1.0;netcoreapp2.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47 @@ -43,14 +44,13 @@ true - netcoreapp1.0;netstandard1.0;netstandard2.0;net40;net45;net46;net47 $(SolutionDir)lib + Portable false Full - netstandard1.0 diff --git a/test/CommonServiceLocator.Tests.csproj b/test/CommonServiceLocator.Tests.csproj index 4dec672..4daaa65 100644 --- a/test/CommonServiceLocator.Tests.csproj +++ b/test/CommonServiceLocator.Tests.csproj @@ -6,9 +6,9 @@ - - - + + +