File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
FunctionalTests.MVC.Tests
FunctionalTests.WebApi.Tests
DependencyCollector/DependencyCollector.Tests
WindowsServer/WindowsServer.Tests Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444 <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.1.1" />
4545 <PackageReference Include =" Microsoft.AspNetCore.Mvc.TagHelpers" Version =" 2.2.0" />
4646 <PackageReference Include =" Microsoft.AspNetCore.Server.IISIntegration" Version =" 2.1.1" />
47- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.1.1 " />
47+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0 " />
4848 <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
4949 <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 2.0.0" />
5050 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
Original file line number Diff line number Diff line change 1414 </ItemGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.1.1 " />
17+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0 " />
1818 <PackageReference Include =" System.Reactive.Linq" Version =" 3.1.1" />
1919 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
2020 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
Original file line number Diff line number Diff line change 2929 <PackageReference Include =" Microsoft.AspNetCore.StaticFiles" Version =" 2.2.0" />
3030 <PackageReference Include =" Microsoft.Extensions.Configuration.Json" Version =" 2.1.1" />
3131 <PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" 2.1.1" />
32- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.1.1 " />
32+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0 " />
3333 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
3434 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
3535 <PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 3232 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' OR '$(TargetFramework)' == 'netcoreapp3.1'" >
3333 <PackageReference Include =" Microsoft.AspNetCore.Hosting" Version =" 1.1.2" />
3434 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.2" />
35- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 1.1.2 " />
35+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0 " />
3636 <PackageReference Include =" System.Diagnostics.StackTrace" Version =" 4.3.0" />
3737 <PackageReference Include =" System.Data.SqlClient" Version =" 4.7.0" />
3838 </ItemGroup >
Original file line number Diff line number Diff line change 4141
4242 <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.1' OR '$(TargetFramework)' == 'netcoreapp3.1'" >
4343 <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" Version =" 1.1.2" />
44- <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 1.1.2 " />
44+ <PackageReference Include =" Microsoft.AspNetCore.Server.Kestrel" Version =" 2.2.0 " />
4545 <PackageReference Include =" NETStandard.HttpListener" Version =" 1.0.3.5" />
4646 <PackageReference Include =" System.Diagnostics.StackTrace" Version =" 4.3.0" />
4747 </ItemGroup >
You can’t perform that action at this time.
0 commit comments