From 6de52e6ee3f2a29edcdf010cc4324ac8c4f1a1dc Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Tue, 21 Aug 2018 21:16:00 -0400 Subject: [PATCH] Releasing v2.0.11 --- package.props | 4 ++-- src/Unity.Microsoft.DependencyInjection.csproj | 8 +++++--- tests/Microsoft.DependencyInjection.Tests.csproj | 11 +++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/package.props b/package.props index 53c9fef..f3fc091 100644 --- a/package.props +++ b/package.props @@ -1,8 +1,8 @@ - 2.0.10 - Bug fixes and minor performance optimizations + 2.0.11 + Bug fixes, dependency updates and minor performance optimizations diff --git a/src/Unity.Microsoft.DependencyInjection.csproj b/src/Unity.Microsoft.DependencyInjection.csproj index d2a088d..9a03c53 100644 --- a/src/Unity.Microsoft.DependencyInjection.csproj +++ b/src/Unity.Microsoft.DependencyInjection.csproj @@ -1,4 +1,4 @@ - + @@ -25,11 +25,13 @@ false netstandard2.0 + Full true netcoreapp1.1;netstandard2.0 + Portable @@ -48,8 +50,8 @@ - - + + diff --git a/tests/Microsoft.DependencyInjection.Tests.csproj b/tests/Microsoft.DependencyInjection.Tests.csproj index a531155..cb79f44 100644 --- a/tests/Microsoft.DependencyInjection.Tests.csproj +++ b/tests/Microsoft.DependencyInjection.Tests.csproj @@ -7,9 +7,12 @@ - - - + + + + all + runtime; build; native; contentfiles; analyzers + @@ -21,7 +24,7 @@ - +