Baseline.Designer.props 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695
  1. <!-- Auto generated. Do not edit manually, use eng/tools/BaselineGenerator/ to recreate. -->
  2. <Project>
  3. <PropertyGroup>
  4. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  5. <AspNetCoreBaselineVersion>3.1.7</AspNetCoreBaselineVersion>
  6. </PropertyGroup>
  7. <!-- Package: AspNetCoreRuntime.3.0.x64-->
  8. <PropertyGroup Condition=" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x64' ">
  9. <BaselinePackageVersion>3.0.3</BaselinePackageVersion>
  10. </PropertyGroup>
  11. <!-- Package: AspNetCoreRuntime.3.0.x86-->
  12. <PropertyGroup Condition=" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x86' ">
  13. <BaselinePackageVersion>3.0.3</BaselinePackageVersion>
  14. </PropertyGroup>
  15. <!-- Package: dotnet-sql-cache-->
  16. <PropertyGroup Condition=" '$(PackageId)' == 'dotnet-sql-cache' ">
  17. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  18. </PropertyGroup>
  19. <!-- Package: Microsoft.Authentication.WebAssembly.Msal-->
  20. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' ">
  21. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  22. </PropertyGroup>
  23. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Authentication.WebAssembly.Msal' AND '$(TargetFramework)' == 'netstandard2.1' ">
  24. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="[3.2.1, )" />
  25. </ItemGroup>
  26. <!-- Package: Microsoft.AspNetCore.ApiAuthorization.IdentityServer-->
  27. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' ">
  28. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  29. </PropertyGroup>
  30. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ApiAuthorization.IdentityServer' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  31. <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="[3.1.7, )" />
  32. <BaselinePackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="[3.1.7, )" />
  33. <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[3.1.7, )" />
  34. <BaselinePackageReference Include="IdentityServer4" Version="[3.0.0, )" />
  35. <BaselinePackageReference Include="IdentityServer4.AspNetIdentity" Version="[3.0.0, )" />
  36. <BaselinePackageReference Include="IdentityServer4.EntityFramework" Version="[3.0.0, )" />
  37. <BaselinePackageReference Include="IdentityServer4.EntityFramework.Storage" Version="[3.0.0, )" />
  38. <BaselinePackageReference Include="IdentityServer4.Storage" Version="[3.0.0, )" />
  39. <BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[3.1.7, )" />
  40. </ItemGroup>
  41. <!-- Package: Microsoft.AspNetCore.App.Runtime.win-x64-->
  42. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.App.Runtime.win-x64' ">
  43. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  44. </PropertyGroup>
  45. <!-- Package: Microsoft.AspNetCore.Authentication.AzureAD.UI-->
  46. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureAD.UI' ">
  47. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  48. </PropertyGroup>
  49. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureAD.UI' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  50. <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[3.1.7, )" />
  51. <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="[3.1.7, )" />
  52. </ItemGroup>
  53. <!-- Package: Microsoft.AspNetCore.Authentication.AzureADB2C.UI-->
  54. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureADB2C.UI' ">
  55. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  56. </PropertyGroup>
  57. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.AzureADB2C.UI' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  58. <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="[3.1.7, )" />
  59. <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="[3.1.7, )" />
  60. </ItemGroup>
  61. <!-- Package: Microsoft.AspNetCore.Authentication.Certificate-->
  62. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Certificate' ">
  63. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  64. </PropertyGroup>
  65. <!-- Package: Microsoft.AspNetCore.Authentication.Facebook-->
  66. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Facebook' ">
  67. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  68. </PropertyGroup>
  69. <!-- Package: Microsoft.AspNetCore.Authentication.Google-->
  70. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Google' ">
  71. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  72. </PropertyGroup>
  73. <!-- Package: Microsoft.AspNetCore.Authentication.JwtBearer-->
  74. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' ">
  75. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  76. </PropertyGroup>
  77. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.JwtBearer' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  78. <BaselinePackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="[5.5.0, )" />
  79. </ItemGroup>
  80. <!-- Package: Microsoft.AspNetCore.Authentication.MicrosoftAccount-->
  81. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.MicrosoftAccount' ">
  82. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  83. </PropertyGroup>
  84. <!-- Package: Microsoft.AspNetCore.Authentication.Negotiate-->
  85. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Negotiate' ">
  86. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  87. </PropertyGroup>
  88. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Negotiate' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  89. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  90. </ItemGroup>
  91. <!-- Package: Microsoft.AspNetCore.Authentication.OpenIdConnect-->
  92. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' ">
  93. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  94. </PropertyGroup>
  95. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.OpenIdConnect' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  96. <BaselinePackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="[5.5.0, )" />
  97. </ItemGroup>
  98. <!-- Package: Microsoft.AspNetCore.Authentication.Twitter-->
  99. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.Twitter' ">
  100. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  101. </PropertyGroup>
  102. <!-- Package: Microsoft.AspNetCore.Authentication.WsFederation-->
  103. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' ">
  104. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  105. </PropertyGroup>
  106. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authentication.WsFederation' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  107. <BaselinePackageReference Include="Microsoft.IdentityModel.Protocols.WsFederation" Version="[5.5.0, )" />
  108. <BaselinePackageReference Include="System.IdentityModel.Tokens.Jwt" Version="[5.5.0, )" />
  109. </ItemGroup>
  110. <!-- Package: Microsoft.AspNetCore.Authorization-->
  111. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' ">
  112. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  113. </PropertyGroup>
  114. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  115. <BaselinePackageReference Include="Microsoft.AspNetCore.Metadata" Version="[3.1.7, )" />
  116. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  117. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  118. </ItemGroup>
  119. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Authorization' AND '$(TargetFramework)' == 'netstandard2.0' ">
  120. <BaselinePackageReference Include="Microsoft.AspNetCore.Metadata" Version="[3.1.7, )" />
  121. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  122. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  123. </ItemGroup>
  124. <!-- Package: Microsoft.AspNetCore.AzureAppServices.HostingStartup-->
  125. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.HostingStartup' ">
  126. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  127. </PropertyGroup>
  128. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.HostingStartup' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  129. <BaselinePackageReference Include="Microsoft.AspNetCore.AzureAppServicesIntegration" Version="[3.1.7, )" />
  130. <BaselinePackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="[3.1.7, )" />
  131. </ItemGroup>
  132. <!-- Package: Microsoft.AspNetCore.AzureAppServices.SiteExtension-->
  133. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' ">
  134. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  135. </PropertyGroup>
  136. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServices.SiteExtension' AND '$(TargetFramework)' == 'net461' ">
  137. <BaselinePackageReference Include="Microsoft.Web.Xdt.Extensions" Version="[3.1.7-servicing.20372.13, )" />
  138. </ItemGroup>
  139. <!-- Package: Microsoft.AspNetCore.AzureAppServicesIntegration-->
  140. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServicesIntegration' ">
  141. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  142. </PropertyGroup>
  143. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.AzureAppServicesIntegration' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  144. <BaselinePackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="[3.1.7, )" />
  145. </ItemGroup>
  146. <!-- Package: Microsoft.AspNetCore.Components-->
  147. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' ">
  148. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  149. </PropertyGroup>
  150. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' AND '$(TargetFramework)' == 'netstandard2.0' ">
  151. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="[3.1.7, )" />
  152. <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[3.1.7, )" />
  153. <BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.7, )" />
  154. <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.7.0, )" />
  155. </ItemGroup>
  156. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  157. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Analyzers" Version="[3.1.7, )" />
  158. <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[3.1.7, )" />
  159. <BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.7, )" />
  160. </ItemGroup>
  161. <!-- Package: Microsoft.AspNetCore.Components.Analyzers-->
  162. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Analyzers' ">
  163. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  164. </PropertyGroup>
  165. <!-- Package: Microsoft.AspNetCore.Components.Authorization-->
  166. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' ">
  167. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  168. </PropertyGroup>
  169. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  170. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  171. <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[3.1.7, )" />
  172. </ItemGroup>
  173. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Authorization' AND '$(TargetFramework)' == 'netstandard2.0' ">
  174. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  175. <BaselinePackageReference Include="Microsoft.AspNetCore.Authorization" Version="[3.1.7, )" />
  176. </ItemGroup>
  177. <!-- Package: Microsoft.AspNetCore.Components.Forms-->
  178. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' ">
  179. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  180. </PropertyGroup>
  181. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  182. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  183. </ItemGroup>
  184. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Forms' AND '$(TargetFramework)' == 'netstandard2.0' ">
  185. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  186. <BaselinePackageReference Include="System.ComponentModel.Annotations" Version="[4.7.0, )" />
  187. </ItemGroup>
  188. <!-- Package: Microsoft.AspNetCore.Components.Web-->
  189. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' ">
  190. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  191. </PropertyGroup>
  192. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  193. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  194. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Forms" Version="[3.1.7, )" />
  195. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  196. <BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.7, )" />
  197. </ItemGroup>
  198. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.Web' AND '$(TargetFramework)' == 'netstandard2.0' ">
  199. <BaselinePackageReference Include="Microsoft.AspNetCore.Components" Version="[3.1.7, )" />
  200. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Forms" Version="[3.1.7, )" />
  201. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  202. <BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.7, )" />
  203. </ItemGroup>
  204. <!-- Package: Microsoft.AspNetCore.Components.WebAssembly-->
  205. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' ">
  206. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  207. </PropertyGroup>
  208. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly' AND '$(TargetFramework)' == 'netstandard2.1' ">
  209. <BaselinePackageReference Include="Microsoft.JSInterop.WebAssembly" Version="[3.2.1, )" />
  210. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Web" Version="[3.1.6, )" />
  211. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.HttpHandler" Version="[3.2.0, )" />
  212. <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Json" Version="[3.1.6, )" />
  213. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.6, )" />
  214. </ItemGroup>
  215. <!-- Package: Microsoft.AspNetCore.Components.WebAssembly.Build-->
  216. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Build' ">
  217. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  218. </PropertyGroup>
  219. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Build' AND '$(TargetFramework)' == 'any' ">
  220. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Runtime" Version="[3.2.0, )" />
  221. </ItemGroup>
  222. <!-- Package: Microsoft.AspNetCore.Components.WebAssembly.Server-->
  223. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Server' ">
  224. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  225. </PropertyGroup>
  226. <!-- Package: Microsoft.AspNetCore.Components.WebAssembly.Authentication-->
  227. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Authentication' ">
  228. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  229. </PropertyGroup>
  230. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.Authentication' AND '$(TargetFramework)' == 'netstandard2.1' ">
  231. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="[3.1.6, )" />
  232. <BaselinePackageReference Include="Microsoft.AspNetCore.Components.Web" Version="[3.1.6, )" />
  233. </ItemGroup>
  234. <!-- Package: Microsoft.AspNetCore.Components.WebAssembly.HttpHandler-->
  235. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Components.WebAssembly.HttpHandler' ">
  236. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  237. </PropertyGroup>
  238. <!-- Package: Microsoft.JSInterop.WebAssembly-->
  239. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.JSInterop.WebAssembly' ">
  240. <BaselinePackageVersion>3.2.1</BaselinePackageVersion>
  241. </PropertyGroup>
  242. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.JSInterop.WebAssembly' AND '$(TargetFramework)' == 'netstandard2.1' ">
  243. <BaselinePackageReference Include="Microsoft.JSInterop" Version="[3.1.6, )" />
  244. </ItemGroup>
  245. <!-- Package: Microsoft.AspNetCore.ConcurrencyLimiter-->
  246. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ConcurrencyLimiter' ">
  247. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  248. </PropertyGroup>
  249. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.ConcurrencyLimiter' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  250. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  251. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  252. </ItemGroup>
  253. <!-- Package: Microsoft.AspNetCore.Connections.Abstractions-->
  254. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' ">
  255. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  256. </PropertyGroup>
  257. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  258. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Features" Version="[3.1.7, )" />
  259. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  260. </ItemGroup>
  261. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND '$(TargetFramework)' == 'netstandard2.0' ">
  262. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Features" Version="[3.1.7, )" />
  263. <BaselinePackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.1.1, )" />
  264. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  265. </ItemGroup>
  266. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Connections.Abstractions' AND '$(TargetFramework)' == 'netstandard2.1' ">
  267. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Features" Version="[3.1.7, )" />
  268. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  269. </ItemGroup>
  270. <!-- Package: Microsoft.AspNetCore.Cryptography.Internal-->
  271. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.Internal' ">
  272. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  273. </PropertyGroup>
  274. <!-- Package: Microsoft.AspNetCore.Cryptography.KeyDerivation-->
  275. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' ">
  276. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  277. </PropertyGroup>
  278. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND '$(TargetFramework)' == 'netcoreapp2.0' ">
  279. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[3.1.7, )" />
  280. </ItemGroup>
  281. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  282. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[3.1.7, )" />
  283. </ItemGroup>
  284. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Cryptography.KeyDerivation' AND '$(TargetFramework)' == 'netstandard2.0' ">
  285. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[3.1.7, )" />
  286. </ItemGroup>
  287. <!-- Package: Microsoft.AspNetCore.DataProtection-->
  288. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection' ">
  289. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  290. </PropertyGroup>
  291. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  292. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="[3.1.7, )" />
  293. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[3.1.7, )" />
  294. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1.7, )" />
  295. <BaselinePackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[3.1.7, )" />
  296. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  297. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  298. <BaselinePackageReference Include="Microsoft.Win32.Registry" Version="[4.7.0, )" />
  299. <BaselinePackageReference Include="System.Security.Cryptography.Xml" Version="[4.7.0, )" />
  300. </ItemGroup>
  301. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection' AND '$(TargetFramework)' == 'netstandard2.0' ">
  302. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection.Abstractions" Version="[3.1.7, )" />
  303. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.Internal" Version="[3.1.7, )" />
  304. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1.7, )" />
  305. <BaselinePackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="[3.1.7, )" />
  306. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  307. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  308. <BaselinePackageReference Include="Microsoft.Win32.Registry" Version="[4.7.0, )" />
  309. <BaselinePackageReference Include="System.Security.Cryptography.Xml" Version="[4.7.0, )" />
  310. <BaselinePackageReference Include="System.Security.Principal.Windows" Version="[4.7.0, )" />
  311. </ItemGroup>
  312. <!-- Package: Microsoft.AspNetCore.DataProtection.Abstractions-->
  313. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Abstractions' ">
  314. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  315. </PropertyGroup>
  316. <!-- Package: Microsoft.AspNetCore.DataProtection.AzureKeyVault-->
  317. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.AzureKeyVault' ">
  318. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  319. </PropertyGroup>
  320. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.AzureKeyVault' AND '$(TargetFramework)' == 'netstandard2.0' ">
  321. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  322. <BaselinePackageReference Include="Microsoft.Azure.KeyVault" Version="[2.3.2, )" />
  323. <BaselinePackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="[3.19.8, )" />
  324. </ItemGroup>
  325. <!-- Package: Microsoft.AspNetCore.DataProtection.AzureStorage-->
  326. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.AzureStorage' ">
  327. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  328. </PropertyGroup>
  329. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.AzureStorage' AND '$(TargetFramework)' == 'netstandard2.0' ">
  330. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  331. <BaselinePackageReference Include="Microsoft.Azure.Storage.Blob" Version="[10.0.1, )" />
  332. <BaselinePackageReference Include="Microsoft.Data.OData" Version="[5.8.4, )" />
  333. </ItemGroup>
  334. <!-- Package: Microsoft.AspNetCore.DataProtection.EntityFrameworkCore-->
  335. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' ">
  336. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  337. </PropertyGroup>
  338. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.1' ">
  339. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  340. <BaselinePackageReference Include="Microsoft.EntityFrameworkCore" Version="[3.1.7, )" />
  341. </ItemGroup>
  342. <!-- Package: Microsoft.AspNetCore.DataProtection.Extensions-->
  343. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' ">
  344. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  345. </PropertyGroup>
  346. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  347. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  348. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  349. </ItemGroup>
  350. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.Extensions' AND '$(TargetFramework)' == 'netstandard2.0' ">
  351. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  352. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  353. </ItemGroup>
  354. <!-- Package: Microsoft.AspNetCore.DataProtection.StackExchangeRedis-->
  355. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.StackExchangeRedis' ">
  356. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  357. </PropertyGroup>
  358. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.DataProtection.StackExchangeRedis' AND '$(TargetFramework)' == 'netstandard2.0' ">
  359. <BaselinePackageReference Include="Microsoft.AspNetCore.DataProtection" Version="[3.1.7, )" />
  360. <BaselinePackageReference Include="StackExchange.Redis" Version="[2.0.593, )" />
  361. </ItemGroup>
  362. <!-- Package: Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore-->
  363. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore' ">
  364. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  365. </PropertyGroup>
  366. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  367. <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.7, )" />
  368. </ItemGroup>
  369. <!-- Package: Microsoft.AspNetCore.HeaderPropagation-->
  370. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.HeaderPropagation' ">
  371. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  372. </PropertyGroup>
  373. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.HeaderPropagation' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  374. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  375. <BaselinePackageReference Include="Microsoft.Extensions.Http" Version="[3.1.7, )" />
  376. </ItemGroup>
  377. <!-- Package: Microsoft.AspNetCore.Hosting.WindowsServices-->
  378. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Hosting.WindowsServices' ">
  379. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  380. </PropertyGroup>
  381. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Hosting.WindowsServices' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  382. <BaselinePackageReference Include="System.ServiceProcess.ServiceController" Version="[4.7.0, )" />
  383. </ItemGroup>
  384. <!-- Package: Microsoft.AspNetCore.Http.Connections.Client-->
  385. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Client' ">
  386. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  387. </PropertyGroup>
  388. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Client' AND '$(TargetFramework)' == 'netstandard2.0' ">
  389. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[3.1.7, )" />
  390. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  391. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  392. </ItemGroup>
  393. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Client' AND '$(TargetFramework)' == 'netstandard2.1' ">
  394. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Common" Version="[3.1.7, )" />
  395. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  396. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  397. </ItemGroup>
  398. <!-- Package: Microsoft.AspNetCore.Http.Connections.Common-->
  399. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' ">
  400. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  401. </PropertyGroup>
  402. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  403. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  404. </ItemGroup>
  405. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Connections.Common' AND '$(TargetFramework)' == 'netstandard2.0' ">
  406. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  407. <BaselinePackageReference Include="System.Text.Json" Version="[4.7.2, )" />
  408. </ItemGroup>
  409. <!-- Package: Microsoft.AspNetCore.Http.Features-->
  410. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' ">
  411. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  412. </PropertyGroup>
  413. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  414. <BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[3.1.7, )" />
  415. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  416. </ItemGroup>
  417. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Http.Features' AND '$(TargetFramework)' == 'netstandard2.0' ">
  418. <BaselinePackageReference Include="Microsoft.Extensions.Primitives" Version="[3.1.7, )" />
  419. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  420. </ItemGroup>
  421. <!-- Package: Microsoft.AspNetCore.Identity.EntityFrameworkCore-->
  422. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' ">
  423. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  424. </PropertyGroup>
  425. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  426. <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[3.1.7, )" />
  427. <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.7, )" />
  428. </ItemGroup>
  429. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.1' ">
  430. <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[3.1.7, )" />
  431. <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.7, )" />
  432. </ItemGroup>
  433. <!-- Package: Microsoft.AspNetCore.Identity.Specification.Tests-->
  434. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' ">
  435. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  436. </PropertyGroup>
  437. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.Specification.Tests' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  438. <BaselinePackageReference Include="Microsoft.Extensions.Configuration" Version="[3.1.7, )" />
  439. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  440. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  441. <BaselinePackageReference Include="xunit.assert" Version="[2.4.1, )" />
  442. <BaselinePackageReference Include="xunit.extensibility.core" Version="[2.4.1, )" />
  443. </ItemGroup>
  444. <!-- Package: Microsoft.AspNetCore.Identity.UI-->
  445. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' ">
  446. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  447. </PropertyGroup>
  448. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Identity.UI' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  449. <BaselinePackageReference Include="Microsoft.Extensions.Identity.Stores" Version="[3.1.7, )" />
  450. <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Embedded" Version="[3.1.7, )" />
  451. <BaselinePackageReference Include="Newtonsoft.Json" Version="[12.0.2, )" />
  452. </ItemGroup>
  453. <!-- Package: Microsoft.AspNetCore.JsonPatch-->
  454. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' ">
  455. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  456. </PropertyGroup>
  457. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' AND '$(TargetFramework)' == 'netstandard2.0' ">
  458. <BaselinePackageReference Include="Microsoft.CSharp" Version="[4.7.0, )" />
  459. <BaselinePackageReference Include="Newtonsoft.Json" Version="[12.0.2, )" />
  460. </ItemGroup>
  461. <!-- Package: Microsoft.AspNetCore.Metadata-->
  462. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Metadata' ">
  463. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  464. </PropertyGroup>
  465. <!-- Package: Microsoft.AspNetCore.MiddlewareAnalysis-->
  466. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.MiddlewareAnalysis' ">
  467. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  468. </PropertyGroup>
  469. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.MiddlewareAnalysis' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  470. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="[3.1.7, )" />
  471. </ItemGroup>
  472. <!-- Package: Microsoft.AspNetCore.Mvc.NewtonsoftJson-->
  473. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' ">
  474. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  475. </PropertyGroup>
  476. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.NewtonsoftJson' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  477. <BaselinePackageReference Include="Microsoft.AspNetCore.JsonPatch" Version="[3.1.7, )" />
  478. <BaselinePackageReference Include="Newtonsoft.Json" Version="[12.0.2, )" />
  479. <BaselinePackageReference Include="Newtonsoft.Json.Bson" Version="[1.0.2, )" />
  480. </ItemGroup>
  481. <!-- Package: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation-->
  482. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation' ">
  483. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  484. </PropertyGroup>
  485. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  486. <BaselinePackageReference Include="Microsoft.AspNetCore.Mvc.Razor.Extensions" Version="[3.1.7, )" />
  487. <BaselinePackageReference Include="Microsoft.CodeAnalysis.Razor" Version="[3.1.7, )" />
  488. <BaselinePackageReference Include="Microsoft.Extensions.DependencyModel" Version="[3.1.3, )" />
  489. </ItemGroup>
  490. <!-- Package: Microsoft.AspNetCore.Mvc.Testing-->
  491. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Testing' ">
  492. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  493. </PropertyGroup>
  494. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Mvc.Testing' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  495. <BaselinePackageReference Include="Microsoft.AspNetCore.TestHost" Version="[3.1.7, )" />
  496. <BaselinePackageReference Include="Microsoft.Extensions.DependencyModel" Version="[3.1.3, )" />
  497. <BaselinePackageReference Include="Microsoft.Extensions.Hosting" Version="[3.1.7, )" />
  498. </ItemGroup>
  499. <!-- Package: Microsoft.AspNetCore.NodeServices-->
  500. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.NodeServices' ">
  501. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  502. </PropertyGroup>
  503. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.NodeServices' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  504. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Console" Version="[3.1.7, )" />
  505. <BaselinePackageReference Include="Newtonsoft.Json" Version="[12.0.2, )" />
  506. </ItemGroup>
  507. <!-- Package: Microsoft.AspNetCore.Owin-->
  508. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Owin' ">
  509. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  510. </PropertyGroup>
  511. <!-- Package: Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv-->
  512. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv' ">
  513. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  514. </PropertyGroup>
  515. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  516. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  517. <BaselinePackageReference Include="Libuv" Version="[1.10.0, )" />
  518. <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[3.1.7, )" />
  519. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  520. </ItemGroup>
  521. <!-- Package: Microsoft.AspNetCore.SignalR.Client-->
  522. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Client' ">
  523. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  524. </PropertyGroup>
  525. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Client' AND '$(TargetFramework)' == 'netstandard2.0' ">
  526. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="[3.1.7, )" />
  527. <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Connections.Client" Version="[3.1.7, )" />
  528. </ItemGroup>
  529. <!-- Package: Microsoft.AspNetCore.SignalR.Client.Core-->
  530. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Client.Core' ">
  531. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  532. </PropertyGroup>
  533. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Client.Core' AND '$(TargetFramework)' == 'netstandard2.0' ">
  534. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="[3.1.7, )" />
  535. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  536. <BaselinePackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="[1.1.1, )" />
  537. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  538. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  539. <BaselinePackageReference Include="System.Threading.Channels" Version="[4.7.1, )" />
  540. </ItemGroup>
  541. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Client.Core' AND '$(TargetFramework)' == 'netstandard2.1' ">
  542. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="[3.1.7, )" />
  543. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  544. <BaselinePackageReference Include="Microsoft.Extensions.DependencyInjection" Version="[3.1.7, )" />
  545. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  546. <BaselinePackageReference Include="System.Threading.Channels" Version="[4.7.1, )" />
  547. </ItemGroup>
  548. <!-- Package: Microsoft.AspNetCore.SignalR.Common-->
  549. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' ">
  550. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  551. </PropertyGroup>
  552. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  553. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  554. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  555. </ItemGroup>
  556. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Common' AND '$(TargetFramework)' == 'netstandard2.0' ">
  557. <BaselinePackageReference Include="Microsoft.AspNetCore.Connections.Abstractions" Version="[3.1.7, )" />
  558. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  559. <BaselinePackageReference Include="System.Text.Json" Version="[4.7.2, )" />
  560. </ItemGroup>
  561. <!-- Package: Microsoft.AspNetCore.SignalR.Protocols.Json-->
  562. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' ">
  563. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  564. </PropertyGroup>
  565. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  566. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  567. </ItemGroup>
  568. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.Json' AND '$(TargetFramework)' == 'netstandard2.0' ">
  569. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  570. </ItemGroup>
  571. <!-- Package: Microsoft.AspNetCore.SignalR.Protocols.MessagePack-->
  572. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.MessagePack' ">
  573. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  574. </PropertyGroup>
  575. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.MessagePack' AND '$(TargetFramework)' == 'netstandard2.0' ">
  576. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  577. <BaselinePackageReference Include="MessagePack" Version="[1.7.3.7, )" />
  578. </ItemGroup>
  579. <!-- Package: Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson-->
  580. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson' ">
  581. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  582. </PropertyGroup>
  583. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson' AND '$(TargetFramework)' == 'netstandard2.0' ">
  584. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  585. <BaselinePackageReference Include="Newtonsoft.Json" Version="[12.0.2, )" />
  586. </ItemGroup>
  587. <!-- Package: Microsoft.AspNetCore.SignalR.Specification.Tests-->
  588. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Specification.Tests' ">
  589. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  590. </PropertyGroup>
  591. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.Specification.Tests' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  592. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="[3.1.7, )" />
  593. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="[3.1.7, )" />
  594. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson" Version="[3.1.7, )" />
  595. <BaselinePackageReference Include="Microsoft.AspNetCore.SignalR.Common" Version="[3.1.7, )" />
  596. <BaselinePackageReference Include="xunit.assert" Version="[2.4.1, )" />
  597. <BaselinePackageReference Include="xunit.extensibility.core" Version="[2.4.1, )" />
  598. </ItemGroup>
  599. <!-- Package: Microsoft.AspNetCore.SignalR.StackExchangeRedis-->
  600. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.StackExchangeRedis' ">
  601. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  602. </PropertyGroup>
  603. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SignalR.StackExchangeRedis' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  604. <BaselinePackageReference Include="MessagePack" Version="[1.7.3.7, )" />
  605. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  606. <BaselinePackageReference Include="StackExchange.Redis" Version="[2.0.593, )" />
  607. </ItemGroup>
  608. <!-- Package: Microsoft.AspNetCore.SpaServices-->
  609. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SpaServices' ">
  610. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  611. </PropertyGroup>
  612. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SpaServices' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  613. <BaselinePackageReference Include="Microsoft.AspNetCore.NodeServices" Version="[3.1.7, )" />
  614. </ItemGroup>
  615. <!-- Package: Microsoft.AspNetCore.SpaServices.Extensions-->
  616. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SpaServices.Extensions' ">
  617. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  618. </PropertyGroup>
  619. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.SpaServices.Extensions' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  620. <BaselinePackageReference Include="Microsoft.AspNetCore.SpaServices" Version="[3.1.7, )" />
  621. <BaselinePackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="[3.1.7, )" />
  622. </ItemGroup>
  623. <!-- Package: Microsoft.AspNetCore.TestHost-->
  624. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.TestHost' ">
  625. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  626. </PropertyGroup>
  627. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.TestHost' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  628. <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.7.1, )" />
  629. </ItemGroup>
  630. <!-- Package: Microsoft.dotnet-openapi-->
  631. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.dotnet-openapi' ">
  632. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  633. </PropertyGroup>
  634. <!-- Package: Microsoft.DotNet.Web.Client.ItemTemplates-->
  635. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.DotNet.Web.Client.ItemTemplates' ">
  636. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  637. </PropertyGroup>
  638. <!-- Package: Microsoft.DotNet.Web.ItemTemplates-->
  639. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.DotNet.Web.ItemTemplates' ">
  640. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  641. </PropertyGroup>
  642. <!-- Package: Microsoft.DotNet.Web.ProjectTemplates.3.1-->
  643. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.DotNet.Web.ProjectTemplates.3.1' ">
  644. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  645. </PropertyGroup>
  646. <!-- Package: Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1-->
  647. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.DotNet.Web.Spa.ProjectTemplates.3.1' ">
  648. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  649. </PropertyGroup>
  650. <!-- Package: Microsoft.Extensions.ApiDescription.Client-->
  651. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.ApiDescription.Client' ">
  652. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  653. </PropertyGroup>
  654. <!-- Package: Microsoft.Extensions.ApiDescription.Server-->
  655. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.ApiDescription.Server' ">
  656. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  657. </PropertyGroup>
  658. <!-- Package: Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore-->
  659. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore' ">
  660. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  661. </PropertyGroup>
  662. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore' AND '$(TargetFramework)' == 'netstandard2.1' ">
  663. <BaselinePackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="[3.1.7, )" />
  664. <BaselinePackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="[3.1.7, )" />
  665. <BaselinePackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="[3.1.7, )" />
  666. </ItemGroup>
  667. <!-- Package: Microsoft.Extensions.Identity.Core-->
  668. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' ">
  669. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  670. </PropertyGroup>
  671. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  672. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[3.1.7, )" />
  673. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  674. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  675. </ItemGroup>
  676. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Core' AND '$(TargetFramework)' == 'netstandard2.0' ">
  677. <BaselinePackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="[3.1.7, )" />
  678. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  679. <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[3.1.7, )" />
  680. </ItemGroup>
  681. <!-- Package: Microsoft.Extensions.Identity.Stores-->
  682. <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' ">
  683. <BaselinePackageVersion>3.1.7</BaselinePackageVersion>
  684. </PropertyGroup>
  685. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND ('$(TargetFramework)' == '$(DefaultNetCoreTargetFramework)' OR '$(TargetFramework)' == 'netcoreapp3.1') ">
  686. <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[3.1.7, )" />
  687. <BaselinePackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="[3.1.7, )" />
  688. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  689. </ItemGroup>
  690. <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.Extensions.Identity.Stores' AND '$(TargetFramework)' == 'netstandard2.0' ">
  691. <BaselinePackageReference Include="Microsoft.Extensions.Identity.Core" Version="[3.1.7, )" />
  692. <BaselinePackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="[3.1.7, )" />
  693. <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[3.1.7, )" />
  694. </ItemGroup>
  695. </Project>