File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<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 >
6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup >
Original file line number Diff line number Diff line change 25
25
26
26
<PropertyGroup Condition =" '$(Configuration)' == 'Debug' " >
27
27
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
28
- <TargetFramework >netstandard2.0 </TargetFramework >
28
+ <TargetFramework >netcoreapp3.1 </TargetFramework >
29
29
<DebugType >Full</DebugType >
30
30
</PropertyGroup >
31
31
32
32
<PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
33
33
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
34
- <TargetFrameworks >netcoreapp3.0 ;netstandard2.0</TargetFrameworks >
34
+ <TargetFrameworks >netcoreapp3.1 ;netstandard2.0</TargetFrameworks >
35
35
<DebugType >Portable</DebugType >
36
36
</PropertyGroup >
37
37
51
51
52
52
<ItemGroup >
53
53
<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" />
55
55
</ItemGroup >
56
56
57
57
<!-- Sourcelink -->
You can’t perform that action at this time.
0 commit comments