57
57
<BaselinePackageReference Include =" Microsoft.AspNetCore.WebUtilities" Version =" [2.1.1, )" />
58
58
<BaselinePackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" [2.1.1, )" />
59
59
</ItemGroup >
60
+ <!-- Package: Microsoft.AspNetCore.Authentication-->
61
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication' " >
62
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
63
+ </PropertyGroup >
64
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication' AND '$(TargetFramework)' == 'netstandard2.0' " >
65
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.Core" Version =" [2.1.1, )" />
66
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection" Version =" [2.1.1, )" />
67
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.1.1, )" />
68
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" [2.1.1, )" />
69
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.1.1, )" />
70
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.1.1, )" />
71
+ <BaselinePackageReference Include =" Microsoft.Extensions.WebEncoders" Version =" [2.1.1, )" />
72
+ </ItemGroup >
60
73
<!-- Package: Microsoft.AspNetCore.Authentication.Abstractions-->
61
74
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Abstractions' " >
62
75
<BaselinePackageVersion >2.1.1</BaselinePackageVersion >
66
79
<BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.1.1, )" />
67
80
<BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.1.1, )" />
68
81
</ItemGroup >
82
+ <!-- Package: Microsoft.AspNetCore.Authentication.Cookies-->
83
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' " >
84
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
85
+ </PropertyGroup >
86
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Cookies' AND '$(TargetFramework)' == 'netstandard2.0' " >
87
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.1.2, )" />
88
+ </ItemGroup >
69
89
<!-- Package: Microsoft.AspNetCore.Authentication.Core-->
70
90
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Core' " >
71
91
<BaselinePackageVersion >2.1.1</BaselinePackageVersion >
75
95
<BaselinePackageReference Include =" Microsoft.AspNetCore.Http.Extensions" Version =" [2.1.1, )" />
76
96
<BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.1.1, )" />
77
97
</ItemGroup >
98
+ <!-- Package: Microsoft.AspNetCore.Authentication.Facebook-->
99
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Facebook' " >
100
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
101
+ </PropertyGroup >
102
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Facebook' AND '$(TargetFramework)' == 'netstandard2.0' " >
103
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.1.2, )" />
104
+ </ItemGroup >
105
+ <!-- Package: Microsoft.AspNetCore.Authentication.Google-->
106
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' " >
107
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
108
+ </PropertyGroup >
109
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' AND '$(TargetFramework)' == 'netstandard2.0' " >
110
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.1.2, )" />
111
+ </ItemGroup >
112
+ <!-- Package: Microsoft.AspNetCore.Authentication.JwtBearer-->
113
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' " >
114
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
115
+ </PropertyGroup >
116
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' AND '$(TargetFramework)' == 'netstandard2.0' " >
117
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.1.2, )" />
118
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" [5.2.0, )" />
119
+ </ItemGroup >
120
+ <!-- Package: Microsoft.AspNetCore.Authentication.MicrosoftAccount-->
121
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.MicrosoftAccount' " >
122
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
123
+ </PropertyGroup >
124
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.MicrosoftAccount' AND '$(TargetFramework)' == 'netstandard2.0' " >
125
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.1.2, )" />
126
+ </ItemGroup >
127
+ <!-- Package: Microsoft.AspNetCore.Authentication.OAuth-->
128
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OAuth' " >
129
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
130
+ </PropertyGroup >
131
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OAuth' AND '$(TargetFramework)' == 'netstandard2.0' " >
132
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.1.2, )" />
133
+ <BaselinePackageReference Include =" Newtonsoft.Json" Version =" [11.0.2, )" />
134
+ </ItemGroup >
135
+ <!-- Package: Microsoft.AspNetCore.Authentication.OpenIdConnect-->
136
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' " >
137
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
138
+ </PropertyGroup >
139
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' AND '$(TargetFramework)' == 'netstandard2.0' " >
140
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.1.2, )" />
141
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" [5.2.0, )" />
142
+ </ItemGroup >
143
+ <!-- Package: Microsoft.AspNetCore.Authentication.Twitter-->
144
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Twitter' " >
145
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
146
+ </PropertyGroup >
147
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Twitter' AND '$(TargetFramework)' == 'netstandard2.0' " >
148
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" [2.1.2, )" />
149
+ </ItemGroup >
150
+ <!-- Package: Microsoft.AspNetCore.Authentication.WsFederation-->
151
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' " >
152
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
153
+ </PropertyGroup >
154
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' AND '$(TargetFramework)' == 'netstandard2.0' " >
155
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication" Version =" [2.1.2, )" />
156
+ <BaselinePackageReference Include =" Microsoft.IdentityModel.Protocols.WsFederation" Version =" [5.2.0, )" />
157
+ <BaselinePackageReference Include =" System.IdentityModel.Tokens.Jwt" Version =" [5.2.0, )" />
158
+ </ItemGroup >
159
+ <!-- Package: Microsoft.AspNetCore.Authorization-->
160
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' " >
161
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
162
+ </PropertyGroup >
163
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND '$(TargetFramework)' == 'netstandard2.0' " >
164
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.1.1, )" />
165
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.1.1, )" />
166
+ </ItemGroup >
167
+ <!-- Package: Microsoft.AspNetCore.Authorization.Policy-->
168
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization.Policy' " >
169
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
170
+ </PropertyGroup >
171
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization.Policy' AND '$(TargetFramework)' == 'netstandard2.0' " >
172
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authorization" Version =" [2.1.2, )" />
173
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Authentication.Abstractions" Version =" [2.1.1, )" />
174
+ </ItemGroup >
78
175
<!-- Package: Microsoft.AspNetCore.Connections.Abstractions-->
79
176
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' " >
80
177
<BaselinePackageVersion >2.1.3</BaselinePackageVersion >
83
180
<BaselinePackageReference Include =" Microsoft.AspNetCore.Http.Features" Version =" [2.1.1, )" />
84
181
<BaselinePackageReference Include =" System.IO.Pipelines" Version =" [4.5.0, )" />
85
182
</ItemGroup >
183
+ <!-- Package: Microsoft.AspNetCore.CookiePolicy-->
184
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' " >
185
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
186
+ </PropertyGroup >
187
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.CookiePolicy' AND '$(TargetFramework)' == 'netstandard2.0' " >
188
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.Http" Version =" [2.1.1, )" />
189
+ <BaselinePackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" [2.1.1, )" />
190
+ <BaselinePackageReference Include =" Microsoft.Extensions.Options" Version =" [2.1.1, )" />
191
+ </ItemGroup >
86
192
<!-- Package: Microsoft.AspNetCore.Cors-->
87
193
<PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.AspNetCore.Cors' " >
88
194
<BaselinePackageVersion >2.1.1</BaselinePackageVersion >
591
697
<BaselinePackageReference Include =" Microsoft.Extensions.Primitives" Version =" [2.1.1, )" />
592
698
<BaselinePackageReference Include =" System.Buffers" Version =" [4.5.0, )" />
593
699
</ItemGroup >
700
+ <!-- Package: Microsoft.Owin.Security.Interop-->
701
+ <PropertyGroup Condition =" '$(PackageId)' == 'Microsoft.Owin.Security.Interop' " >
702
+ <BaselinePackageVersion >2.1.2</BaselinePackageVersion >
703
+ </PropertyGroup >
704
+ <ItemGroup Condition =" '$(PackageId)' == 'Microsoft.Owin.Security.Interop' AND '$(TargetFramework)' == 'net461' " >
705
+ <BaselinePackageReference Include =" Microsoft.AspNetCore.DataProtection.Extensions" Version =" [2.1.1, )" />
706
+ <BaselinePackageReference Include =" Microsoft.Owin.Security" Version =" [3.0.1, )" />
707
+ </ItemGroup >
594
708
</Project >
0 commit comments