|
2 | 2 | <Project>
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
5 |
| - <AspNetCoreBaselineVersion>2.1.6</AspNetCoreBaselineVersion> |
| 5 | + <AspNetCoreBaselineVersion>2.1.7</AspNetCoreBaselineVersion> |
6 | 6 | </PropertyGroup>
|
7 | 7 | <!-- Package: dotnet-dev-certs-->
|
8 | 8 | <PropertyGroup Condition=" '$(PackageId)' == 'dotnet-dev-certs' ">
|
|
909 | 909 | </ItemGroup>
|
910 | 910 | <!-- Package: Microsoft.AspNetCore.Server.IISIntegration-->
|
911 | 911 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' ">
|
912 |
| - <BaselinePackageVersion>2.1.2</BaselinePackageVersion> |
| 912 | + <BaselinePackageVersion>2.1.7</BaselinePackageVersion> |
913 | 913 | </PropertyGroup>
|
914 | 914 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.IISIntegration' AND '$(TargetFramework)' == 'netstandard2.0' ">
|
915 | 915 | <BaselinePackageReference Include="Microsoft.AspNetCore.Authentication.Core" Version="[2.1.1, )" />
|
|
920 | 920 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" />
|
921 | 921 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
922 | 922 | <BaselinePackageReference Include="System.Buffers" Version="[4.5.0, )" />
|
923 |
| - <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.5.2, )" /> |
924 |
| - <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 923 | + <BaselinePackageReference Include="System.IO.Pipelines" Version="[4.5.3, )" /> |
| 924 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.2, )" /> |
925 | 925 | <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" />
|
926 | 926 | <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" />
|
927 | 927 | <BaselinePackageReference Include="System.Security.Principal.Windows" Version="[4.5.1, )" />
|
928 | 928 | </ItemGroup>
|
929 | 929 | <!-- Package: Microsoft.AspNetCore.Server.Kestrel.Core-->
|
930 | 930 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Core' ">
|
931 |
| - <BaselinePackageVersion>2.1.3</BaselinePackageVersion> |
| 931 | + <BaselinePackageVersion>2.1.7</BaselinePackageVersion> |
932 | 932 | </PropertyGroup>
|
933 | 933 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Core' AND '$(TargetFramework)' == 'netcoreapp2.1' ">
|
934 |
| - <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" Version="[2.1.3, )" /> |
935 | 934 | <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" />
|
| 935 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" Version="[2.1.3, )" /> |
936 | 936 | <BaselinePackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="[2.1.1, )" />
|
937 | 937 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" />
|
938 | 938 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" />
|
939 | 939 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
940 | 940 | <BaselinePackageReference Include="Microsoft.Net.Http.Headers" Version="[2.1.1, )" />
|
941 |
| - <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 941 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.2, )" /> |
942 | 942 | <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" />
|
943 |
| - <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.1, )" /> |
| 943 | + <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" /> |
944 | 944 | <BaselinePackageReference Include="System.Security.Cryptography.Cng" Version="[4.5.0, )" />
|
945 | 945 | <BaselinePackageReference Include="System.Threading.Tasks.Extensions" Version="[4.5.1, )" />
|
946 | 946 | </ItemGroup>
|
947 | 947 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.Server.Kestrel.Core' AND '$(TargetFramework)' == 'netstandard2.0' ">
|
948 |
| - <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" Version="[2.1.3, )" /> |
949 | 948 | <BaselinePackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="[2.1.1, )" />
|
| 949 | + <BaselinePackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions" Version="[2.1.3, )" /> |
950 | 950 | <BaselinePackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="[2.1.1, )" />
|
951 | 951 | <BaselinePackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="[2.1.1, )" />
|
952 | 952 | <BaselinePackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[2.1.1, )" />
|
953 | 953 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
954 | 954 | <BaselinePackageReference Include="Microsoft.Net.Http.Headers" Version="[2.1.1, )" />
|
955 |
| - <BaselinePackageReference Include="System.Memory" Version="[4.5.1, )" /> |
| 955 | + <BaselinePackageReference Include="System.Memory" Version="[4.5.2, )" /> |
956 | 956 | <BaselinePackageReference Include="System.Numerics.Vectors" Version="[4.5.0, )" />
|
957 |
| - <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.1, )" /> |
| 957 | + <BaselinePackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="[4.5.2, )" /> |
958 | 958 | <BaselinePackageReference Include="System.Security.Cryptography.Cng" Version="[4.5.0, )" />
|
959 | 959 | <BaselinePackageReference Include="System.Threading.Tasks.Extensions" Version="[4.5.1, )" />
|
960 | 960 | </ItemGroup>
|
|
1145 | 1145 | </ItemGroup>
|
1146 | 1146 | <!-- Package: Microsoft.AspNetCore.WebSockets-->
|
1147 | 1147 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.WebSockets' ">
|
1148 |
| - <BaselinePackageVersion>2.1.1</BaselinePackageVersion> |
| 1148 | + <BaselinePackageVersion>2.1.7</BaselinePackageVersion> |
1149 | 1149 | </PropertyGroup>
|
1150 | 1150 | <ItemGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.WebSockets' AND '$(TargetFramework)' == 'netstandard2.0' ">
|
1151 | 1151 | <BaselinePackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="[2.1.1, )" />
|
1152 | 1152 | <BaselinePackageReference Include="Microsoft.Extensions.Options" Version="[2.1.1, )" />
|
1153 |
| - <BaselinePackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="[4.5.1, )" /> |
| 1153 | + <BaselinePackageReference Include="System.Net.WebSockets.WebSocketProtocol" Version="[4.5.3, )" /> |
1154 | 1154 | </ItemGroup>
|
1155 | 1155 | <!-- Package: Microsoft.AspNetCore.WebUtilities-->
|
1156 | 1156 | <PropertyGroup Condition=" '$(PackageId)' == 'Microsoft.AspNetCore.WebUtilities' ">
|
|
0 commit comments