Fixed Microsoft.AspNetCore.All version for security purposes

This commit is contained in:
thiago.azevedo
2018-11-29 12:05:27 +01:00
parent 41d4f9c6df
commit adbe7a0227
7 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.4" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">