|
274 | 274 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" /> |
275 | 275 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
276 | 276 | </ItemGroup> |
| 277 | + <!-- Package: Microsoft.AspNetCore.Server.IISIntegration--> |
| 278 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' "> |
| 279 | + <BaselinePackageVersion>2.1.2</BaselinePackageVersion> |
| 280 | + </PropertyGroup> |
| 281 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 282 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Core" Version="[2.1.1, )" /> |
| 283 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" /> |
| 284 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" /> |
| 285 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="[2.1.1, )" /> |
| 286 | + <BaselinePackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="[2.1.1, )" /> |
| 287 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" /> |
| 288 | + <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
| 289 | + <BaselinePackageReference Include="System.Buffers" Version="[4.5.0, )" /> |
| 290 | + <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.5.2, )" /> |
| 291 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 292 | + <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" /> |
| 293 | + <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" /> |
| 294 | + <BaselinePackageReference Include="System.Security.Principal.Windows" Version="[4.5.1, )" /> |
| 295 | + </ItemGroup> |
277 | 296 | <!-- Package: Microsoft.AspNetCore.JsonPatch--> |
278 | 297 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' "> |
279 | 298 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion> |
|
0 commit comments