Update ASP.NET Core Version to 2.10 to 2.1.3 (#126)
* Updated Web Applications' NuGet Packages: - [x] Microsoft.AspNetCore.App 2.1.0->2.1.3 - [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2 - [x] Microsoft.VisualStudio.Web.CodeGeneration.Design 2.1.0->2.1.3 * Updated Infrastructure Library's BuGet Packages: - [x] Microsoft.AspNetCore.Identity 2.1.0->2.1.3 - [x] Microsoft.AspNetCore.Identity.EntityFrameworkCore 2.1.0->2.1.3 - [x] Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2 - [x] Microsoft.EntityFrameworkCore.Tools 2.1.0->2.1.2 * Updated Test projects' NuGetPackages: - [x] Microsoft.AspNetCore.Mvc.Testing 2.1.0->2.1.2 - [x] Microsoft.NET.Test.Sdk 15.8.0-preview-20180510-03->15.8.0 - [x] Microsoft.AspNetCore.Mvc 2.1.0->2.1.3
This commit is contained in:
committed by
Steve Smith
parent
7b24c9140d
commit
1b5b179c7f
@@ -1,25 +1,25 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RootNamespace>Microsoft.eShopWeb.IntegrationTests</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<RootNamespace>Microsoft.eShopWeb.IntegrationTests</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0-preview-20180510-03" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
<PackageReference Include="Moq" Version="4.8.2" />
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
|
||||
<PackageReference Include="xunit" Version="2.3.1" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
|
||||
<PackageReference Include="Moq" Version="4.8.2" />
|
||||
|
||||
</ItemGroup>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Web\Web.csproj" />
|
||||
<ProjectReference Include="..\UnitTests\UnitTests.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\src\Web\Web.csproj" />
|
||||
<ProjectReference Include="..\UnitTests\UnitTests.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user