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

@ -15,7 +15,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Ocelot" Version="5.5.7" />
</ItemGroup>