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

@ -24,7 +24,7 @@
<ProjectReference Include="..\..\src\Ocelot\Ocelot.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.1.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
<PrivateAssets>all</PrivateAssets>