Updated to 2.1 RTM

And updated functional tests to use CustomWebApplicationFactory.
This commit is contained in:
Steve Smith
2018-05-30 22:05:58 -04:00
parent 074bdb2a66
commit 5fb9e741dd
8 changed files with 87 additions and 60 deletions

View File

@@ -7,7 +7,7 @@
<UserSecretsId>231ddc1b-6787-4704-a0c0-18df6a022660</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0-rc1-final" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ApplicationCore\ApplicationCore.csproj" />