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

@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Steeltoe.Discovery.Client" Version="1.1.0" />
</ItemGroup>