From 5f6e2f5d9ca6ddbdb9e9e5befc538b14bcde5554 Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Sun, 12 Aug 2018 17:25:00 -0400 Subject: [PATCH] Releasing v2.0.4 --- src/CommonServiceLocator.csproj | 10 +++++----- test/CommonServiceLocator.Tests.csproj | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) 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 @@ - - - + + +