Skip to content

Commit 4d2fe58

Browse files
authored
Release/5.11 (#67)
* Upgrading to 3.x * Releasing 5.11.2 * Releasing 5.11.3 * Upgrading SDK * Downgrading Core App version * Release compatible with Core 3.0
1 parent 62baf7f commit 4d2fe58

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: Visual Studio 2017
1+
image: Visual Studio 2019
22
configuration: Release
33
platform: Any CPU
44

package.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>5.11.2</Version>
5-
<PackageReleaseNotes>Bug fixes, dependency updates and minor performance optimizations </PackageReleaseNotes>
4+
<Version>5.11.3</Version>
5+
<PackageReleaseNotes>This release is compatible with Core 3.0</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3333
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
34-
<TargetFrameworks>netcoreapp2.2;netstandard2.0</TargetFrameworks>
34+
<TargetFrameworks>netcoreapp3.0;netstandard2.0</TargetFrameworks>
3535
<DebugType>Portable</DebugType>
3636
</PropertyGroup>
3737

@@ -51,7 +51,7 @@
5151

5252
<ItemGroup>
5353
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
54-
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
54+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.0.0" />
5555
</ItemGroup>
5656

5757
<!-- Sourcelink -->

0 commit comments

Comments
 (0)