File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
NetCoreStack.Proxy.Mvc.Hosting
NetCoreStack.Proxy.Test.Contracts Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.0.2 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 2.0.2 " />
12- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.0.1 " />
13- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.0.1 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" Version =" 2.1.0 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Routing" Version =" 2.1.0 " />
12+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.1.0 " />
13+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1.0 " />
1414 <PackageReference Include =" NetCoreStack.Contracts" Version =" 2.0.7" />
1515 <PackageReference Include =" NetCoreStack.DispatchProxyAsync" Version =" 2.0.2" />
16- <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.1 " />
16+ <PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2 " />
1717 <PackageReference Include =" System.Xml.XmlSerializer" Version =" 4.3.0" />
1818 </ItemGroup >
1919
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.Web" >
1+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.0 </TargetFramework >
4+ <TargetFramework >netcoreapp2.1 </TargetFramework >
55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.7 " />
8+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.0 " />
99 <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 2.4.0" />
1010 </ItemGroup >
1111
Original file line number Diff line number Diff line change 55 </PropertyGroup >
66
77 <ItemGroup >
8- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.3 " />
8+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.1.0 " />
99 <PackageReference Include =" NetCoreStack.Contracts" Version =" 2.0.7" />
10- <PackageReference Include =" NetCoreStack.Mvc" Version =" 2.1.2 " />
10+ <PackageReference Include =" NetCoreStack.Mvc" Version =" 2.1.4 " />
1111 </ItemGroup >
1212
1313</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.0 </TargetFramework >
4+ <TargetFramework >netcoreapp2.1 </TargetFramework >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.0.7 " />
11- <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.0.2 " />
12- <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.0.3 " />
13- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.0.2 " />
14- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.0 " />
10+ <PackageReference Include =" Microsoft.AspNetCore.All" Version =" 2.1.0 " />
11+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.1.0 " />
12+ <PackageReference Include =" Microsoft.AspNetCore.Mvc" Version =" 2.1.0 " />
13+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.1.0 " />
14+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.7.2 " />
1515 <PackageReference Include =" Moq" Version =" 4.8.2" />
1616 <PackageReference Include =" xunit" Version =" 2.3.1" />
1717 <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.3.1" />
You can’t perform that action at this time.
0 commit comments