Update latest patch versions for .NET Core 2.1
This commit is contained in:
parent
2ed37b3f49
commit
5ea948bb62
1 changed files with 3 additions and 3 deletions
|
@ -158,7 +158,7 @@
|
|||
<ImplicitPackageVariable Include="Microsoft.NETCore.App"
|
||||
TargetFrameworkVersion="2.1"
|
||||
DefaultVersion="2.1.0"
|
||||
LatestVersion="2.1.2" />
|
||||
LatestVersion="2.1.5" />
|
||||
<ImplicitPackageVariable Include="Microsoft.NETCore.App"
|
||||
TargetFrameworkVersion="2.2"
|
||||
DefaultVersion="$(_NETCoreAppPackageVersion)"
|
||||
|
@ -167,11 +167,11 @@
|
|||
<ImplicitPackageVariable Include="Microsoft.AspNetCore.App"
|
||||
TargetFrameworkVersion="2.1"
|
||||
DefaultVersion="2.1.1"
|
||||
LatestVersion="2.1.3"/>
|
||||
LatestVersion="2.1.5"/>
|
||||
<ImplicitPackageVariable Include="Microsoft.AspNetCore.All"
|
||||
TargetFrameworkVersion="2.1"
|
||||
DefaultVersion="2.1.1"
|
||||
LatestVersion="2.1.3"/>
|
||||
LatestVersion="2.1.5"/>
|
||||
<ImplicitPackageVariable Include="Microsoft.AspNetCore.App"
|
||||
TargetFrameworkVersion="2.2"
|
||||
DefaultVersion="$(_AspNetCoreAppPackageVersion)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue