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 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 >
Original file line number Diff line number Diff line change 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
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 -->
You can’t perform that action at this time.
0 commit comments