diff --git a/appveyor.yml b/appveyor.yml index ee207f6..c4ba498 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release platform: Any CPU diff --git a/package.props b/package.props index c481b51..79f4423 100644 --- a/package.props +++ b/package.props @@ -1,8 +1,8 @@ - 5.11.2 - Bug fixes, dependency updates and minor performance optimizations + 5.11.3 + This release is compatible with Core 3.0 diff --git a/src/Unity.Microsoft.DependencyInjection.csproj b/src/Unity.Microsoft.DependencyInjection.csproj index e916bca..1f82bfd 100644 --- a/src/Unity.Microsoft.DependencyInjection.csproj +++ b/src/Unity.Microsoft.DependencyInjection.csproj @@ -31,7 +31,7 @@ true - netcoreapp2.2;netstandard2.0 + netcoreapp3.0;netstandard2.0 Portable @@ -51,7 +51,7 @@ - +