Skip to content

Commit 1985116

Browse files
committed
Releasing 5.11.4
1 parent 862ee5a commit 1985116

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.3</Version>
5-
<PackageReleaseNotes>This release is compatible with Core 3.0</PackageReleaseNotes>
4+
<Version>5.11.4</Version>
5+
<PackageReleaseNotes>This release is compatible with Core 3.1</PackageReleaseNotes>
66
</PropertyGroup>
77

88
<PropertyGroup>

src/Unity.Microsoft.DependencyInjection.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
2727
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
28-
<TargetFramework>netstandard2.0</TargetFramework>
28+
<TargetFramework>netcoreapp3.1</TargetFramework>
2929
<DebugType>Full</DebugType>
3030
</PropertyGroup>
3131

3232
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
3333
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
34-
<TargetFrameworks>netcoreapp3.0;netstandard2.0</TargetFrameworks>
34+
<TargetFrameworks>netcoreapp3.1;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.0.0" />
54+
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.0" />
5555
</ItemGroup>
5656

5757
<!-- Sourcelink -->

0 commit comments

Comments
 (0)