|
24 | 24 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion>
|
25 | 25 | </PropertyGroup>
|
26 | 26 | <ItemGroup Condition=" '$(PackageId)' == 'dotnet-watch' AND '$(TargetFramework)' == 'netcoreapp2.1' " />
|
| 27 | + <!-- Package: Microsoft.AspNetCore--> |
| 28 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore' "> |
| 29 | + <BaselinePackageVersion>2.1.6</BaselinePackageVersion> |
| 30 | + </PropertyGroup> |
| 31 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 32 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="[2.1.1, )" /> |
| 33 | + <BaselinePackageReference Include="Microsoft.AspNetCore.HostFiltering" Version="[2.1.1, )" /> |
| 34 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting" Version="[2.1.1, )" /> |
| 35 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Routing" Version="[2.1.1, )" /> |
| 36 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Server.IISIntegration" Version="[2.1.2, )" /> |
| 37 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="[2.1.3, )" /> |
| 38 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="[2.1.3, )" /> |
| 39 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="[2.1.1, )" /> |
| 40 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="[2.1.1, )" /> |
| 41 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="[2.1.1, )" /> |
| 42 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Json" Version="[2.1.1, )" /> |
| 43 | + <BaselinePackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="[2.1.1, )" /> |
| 44 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging" Version="[2.1.1, )" /> |
| 45 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="[2.1.1, )" /> |
| 46 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Console" Version="[2.1.1, )" /> |
| 47 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Debug" Version="[2.1.1, )" /> |
| 48 | + </ItemGroup> |
27 | 49 | <!-- Package: Microsoft.AspNetCore.Antiforgery-->
|
28 | 50 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Antiforgery' ">
|
29 | 51 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion>
|
|
296 | 318 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" />
|
297 | 319 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
298 | 320 | </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> |
318 | 321 | <!-- Package: Microsoft.AspNetCore.JsonPatch-->
|
319 | 322 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.JsonPatch' ">
|
320 | 323 | <BaselinePackageVersion>2.1.1</BaselinePackageVersion>
|
|
417 | 420 | <BaselinePackageReference Include="Microsoft.Extensions.ObjectPool" Version="[2.1.1, )" />
|
418 | 421 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
419 | 422 | </ItemGroup>
|
| 423 | + <!-- Package: Microsoft.AspNetCore.Server.IISIntegration--> |
| 424 | + <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' "> |
| 425 | + <BaselinePackageVersion>2.1.2</BaselinePackageVersion> |
| 426 | + </PropertyGroup> |
| 427 | + <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' AND '$(TargetFramework)' == 'netstandard2.0' "> |
| 428 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Core" Version="[2.1.1, )" /> |
| 429 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" /> |
| 430 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http" Version="[2.1.1, )" /> |
| 431 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="[2.1.1, )" /> |
| 432 | + <BaselinePackageReference Include="Microsoft.AspNetCore.HttpOverrides" Version="[2.1.1, )" /> |
| 433 | + <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" /> |
| 434 | + <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" /> |
| 435 | + <BaselinePackageReference Include="System.Buffers" Version="[4.5.0, )" /> |
| 436 | + <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.5.2, )" /> |
| 437 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 438 | + <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" /> |
| 439 | + <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" /> |
| 440 | + <BaselinePackageReference Include="System.Security.Principal.Windows" Version="[4.5.1, )" /> |
| 441 | + </ItemGroup> |
420 | 442 | <!-- Package: Microsoft.AspNetCore.Server.Kestrel.Core-->
|
421 | 443 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Core' ">
|
422 | 444 | <BaselinePackageVersion>2.1.3</BaselinePackageVersion>
|
|
0 commit comments