39
39
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.AspNetCoreModuleV2' " >
40
40
<BaselinePackageVersion >2.2.0</BaselinePackageVersion >
41
41
</PropertyGroup >
42
+ <!-- Package: Microsoft.AspNetCore.Authentication-->
43
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication' " >
44
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
45
+ </PropertyGroup >
46
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication' AND '$(TargetFramework)' == 'netstandard2.0' " >
47
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.Core" Version =" [2.2.0, )" />
48
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" [2.2.0, )" />
49
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.2.0, )" />
50
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" [2.2.0, )" />
51
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.2.0, )" />
52
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.2.0, )" />
53
+ <BaselinePackageReference Include =" Microsoft.Extensions.WebEncoders" Version =" [2.2.0, )" />
54
+ </ItemGroup >
42
55
<!-- Package: Microsoft.AspNetCore.Authentication.Abstractions-->
43
56
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Abstractions' " >
44
57
<BaselinePackageVersion >2.2.0</BaselinePackageVersion >
48
61
<BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.2.0, )" />
49
62
<BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.2.0, )" />
50
63
</ItemGroup >
64
+ <!-- Package: Microsoft.AspNetCore.Authentication.Cookies-->
65
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' " >
66
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
67
+ </PropertyGroup >
68
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' AND '$(TargetFramework)' == 'netstandard2.0' " >
69
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.2.0, )" />
70
+ </ItemGroup >
51
71
<!-- Package: Microsoft.AspNetCore.Authentication.Core-->
52
72
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Core' " >
53
73
<BaselinePackageVersion >2.2.0</BaselinePackageVersion >
57
77
<BaselinePackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" [2.2.0, )" />
58
78
<BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.2.0, )" />
59
79
</ItemGroup >
80
+ <!-- Package: Microsoft.AspNetCore.Authentication.Facebook-->
81
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Facebook' " >
82
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
83
+ </PropertyGroup >
84
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Facebook' AND '$(TargetFramework)' == 'netstandard2.0' " >
85
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.2.0, )" />
86
+ </ItemGroup >
87
+ <!-- Package: Microsoft.AspNetCore.Authentication.Google-->
88
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' " >
89
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
90
+ </PropertyGroup >
91
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' AND '$(TargetFramework)' == 'netstandard2.0' " >
92
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.2.0, )" />
93
+ </ItemGroup >
94
+ <!-- Package: Microsoft.AspNetCore.Authentication.JwtBearer-->
95
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' " >
96
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
97
+ </PropertyGroup >
98
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' AND '$(TargetFramework)' == 'netstandard2.0' " >
99
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.2.0, )" />
100
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" [5.3.0, )" />
101
+ </ItemGroup >
102
+ <!-- Package: Microsoft.AspNetCore.Authentication.MicrosoftAccount-->
103
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.MicrosoftAccount' " >
104
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
105
+ </PropertyGroup >
106
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.MicrosoftAccount' AND '$(TargetFramework)' == 'netstandard2.0' " >
107
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.2.0, )" />
108
+ </ItemGroup >
109
+ <!-- Package: Microsoft.AspNetCore.Authentication.OAuth-->
110
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OAuth' " >
111
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
112
+ </PropertyGroup >
113
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OAuth' AND '$(TargetFramework)' == 'netstandard2.0' " >
114
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.2.0, )" />
115
+ <BaselinePackageReference Include =" Newtonsoft.Json" Version =" [11.0.2, )" />
116
+ </ItemGroup >
117
+ <!-- Package: Microsoft.AspNetCore.Authentication.OpenIdConnect-->
118
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' " >
119
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
120
+ </PropertyGroup >
121
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' AND '$(TargetFramework)' == 'netstandard2.0' " >
122
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.2.0, )" />
123
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" [5.3.0, )" />
124
+ </ItemGroup >
125
+ <!-- Package: Microsoft.AspNetCore.Authentication.Twitter-->
126
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Twitter' " >
127
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
128
+ </PropertyGroup >
129
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Twitter' AND '$(TargetFramework)' == 'netstandard2.0' " >
130
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.2.0, )" />
131
+ </ItemGroup >
132
+ <!-- Package: Microsoft.AspNetCore.Authentication.WsFederation-->
133
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' " >
134
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
135
+ </PropertyGroup >
136
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' AND '$(TargetFramework)' == 'netstandard2.0' " >
137
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.2.0, )" />
138
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.WsFederation" Version =" [5.3.0, )" />
139
+ <BaselinePackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" [5.3.0, )" />
140
+ </ItemGroup >
141
+ <!-- Package: Microsoft.AspNetCore.Authorization-->
142
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' " >
143
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
144
+ </PropertyGroup >
145
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND '$(TargetFramework)' == 'netstandard2.0' " >
146
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.2.0, )" />
147
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.2.0, )" />
148
+ </ItemGroup >
149
+ <!-- Package: Microsoft.AspNetCore.Authorization.Policy-->
150
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization.Policy' " >
151
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
152
+ </PropertyGroup >
153
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization.Policy' AND '$(TargetFramework)' == 'netstandard2.0' " >
154
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" [2.2.0, )" />
155
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.Abstractions" Version =" [2.2.0, )" />
156
+ </ItemGroup >
60
157
<!-- Package: Microsoft.AspNetCore.Connections.Abstractions-->
61
158
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' " >
62
159
<BaselinePackageVersion >2.2.0</BaselinePackageVersion >
76
173
<BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.2.0, )" />
77
174
<BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.2.0, )" />
78
175
</ItemGroup >
176
+ <!-- Package: Microsoft.AspNetCore.CookiePolicy-->
177
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' " >
178
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
179
+ </PropertyGroup >
180
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' AND '$(TargetFramework)' == 'netstandard2.0' " >
181
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.2.0, )" />
182
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.2.0, )" />
183
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.2.0, )" />
184
+ </ItemGroup >
79
185
<!-- Package: Microsoft.AspNetCore.Cryptography.Internal-->
80
186
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.Internal' " >
81
187
<BaselinePackageVersion >2.2.0</BaselinePackageVersion >
652
758
<BaselinePackageReference Include =" Microsoft.Extensions.Primitives" Version =" [2.2.0, )" />
653
759
<BaselinePackageReference Include =" System.Buffers" Version =" [4.5.0, )" />
654
760
</ItemGroup >
761
+ <!-- Package: Microsoft.Owin.Security.Interop-->
762
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.Owin.Security.Interop' " >
763
+ <BaselinePackageVersion >2.2.0</BaselinePackageVersion >
764
+ </PropertyGroup >
765
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.Owin.Security.Interop' AND '$(TargetFramework)' == 'net461' " >
766
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection.Extensions" Version =" [2.2.0, )" />
767
+ <BaselinePackageReference Include =" Microsoft.Owin.Security" Version =" [3.0.1, )" />
768
+ </ItemGroup >
655
769
</Project >
0 commit comments