|
296 | 296 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" /> |
297 | 297 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
298 | 298 | </ItemGroup> |
| 299 | + <!-- Package: Microsoft.AspNetCore.Server.IISIntegration--> |
| 300 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' "> |
| 301 | + <BaselinePackageVersion>2.1.2</BaselinePackageVersion> |
| 302 | + </PropertyGroup> |
| 303 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 304 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Core" Version="[2.1.1, )" /> |
| 305 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" /> |
| 306 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" /> |
| 307 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="[2.1.1, )" /> |
| 308 | + <BaselinePackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="[2.1.1, )" /> |
| 309 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" /> |
| 310 | + <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
| 311 | + <BaselinePackageReference Include="System.Buffers" Version="[4.5.0, )" /> |
| 312 | + <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.5.2, )" /> |
| 313 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 314 | + <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" /> |
| 315 | + <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" /> |
| 316 | + <BaselinePackageReference Include="System.Security.Principal.Windows" Version="[4.5.1, )" /> |
| 317 | + </ItemGroup> |
299 | 318 | <!-- Package: Microsoft.AspNetCore.JsonPatch--> |
300 | 319 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' "> |
301 | 320 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion> |
|
0 commit comments