File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 97
97
</ItemGroup >
98
98
<!-- Package: Microsoft.AspNetCore.Authentication.Cookies-->
99
99
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' " >
100
- <BaselinePackageVersion >2.1.2 </BaselinePackageVersion >
100
+ <BaselinePackageVersion >2.1.16 </BaselinePackageVersion >
101
101
</PropertyGroup >
102
102
<ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' AND '$(TargetFramework)' == 'netstandard2.0' " >
103
103
<BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.1.2, )" />
621
621
</ItemGroup >
622
622
<!-- Package: Microsoft.AspNetCore.Mvc.Core-->
623
623
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Core' " >
624
- <BaselinePackageVersion >2.1.11 </BaselinePackageVersion >
624
+ <BaselinePackageVersion >2.1.16 </BaselinePackageVersion >
625
625
</PropertyGroup >
626
626
<ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Core' AND '$(TargetFramework)' == 'netstandard2.0' " >
627
627
<BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.Core" Version =" [2.1.1, )" />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
14
14
<Package Id =" Microsoft.AspNetCore.Authentication.Abstractions" Version =" 2.1.1" />
15
15
<Package Id =" Microsoft.AspNetCore.Authentication.AzureAD.UI" Version =" 2.1.1" />
16
16
<Package Id =" Microsoft.AspNetCore.Authentication.AzureADB2C.UI" Version =" 2.1.1" />
17
- <Package Id =" Microsoft.AspNetCore.Authentication.Cookies" Version =" 2.1.2 " />
17
+ <Package Id =" Microsoft.AspNetCore.Authentication.Cookies" Version =" 2.1.16 " />
18
18
<Package Id =" Microsoft.AspNetCore.Authentication.Core" Version =" 2.1.1" />
19
19
<Package Id =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 2.1.2" />
20
20
<Package Id =" Microsoft.AspNetCore.Authentication.Google" Version =" 2.1.8" />
@@ -70,7 +70,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
70
70
<Package Id =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.1.3" />
71
71
<Package Id =" Microsoft.AspNetCore.Mvc.Analyzers" Version =" 2.1.3" />
72
72
<Package Id =" Microsoft.AspNetCore.Mvc.ApiExplorer" Version =" 2.1.3" />
73
- <Package Id =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.1.11 " />
73
+ <Package Id =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.1.16 " />
74
74
<Package Id =" Microsoft.AspNetCore.Mvc.Cors" Version =" 2.1.3" />
75
75
<Package Id =" Microsoft.AspNetCore.Mvc.DataAnnotations" Version =" 2.1.3" />
76
76
<Package Id =" Microsoft.AspNetCore.Mvc.Formatters.Json" Version =" 2.1.3" />
You can’t perform that action at this time.
0 commit comments