Skip to content

Commit

Permalink
updating aspnet core health samples with 2.0.0 preview 1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alhardy committed Feb 6, 2018
1 parent da5d03f commit 5b42726
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="App.Metrics.AspNetCore.Health" Version="2.0.0-alpha" />
<PackageReference Include="App.Metrics.Health.Checks.Http" Version="2.0.0-alpha" />
<PackageReference Include="App.Metrics.Health.Checks.Network" Version="2.0.0-alpha" />
<PackageReference Include="App.Metrics.Health.Checks.Process" Version="2.0.0-alpha" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" />
<PackageReference Include="App.Metrics.AspNetCore.Health" Version="2.0.0-preview1" />
<PackageReference Include="App.Metrics.Health.Checks.Http" Version="2.0.0-preview1" />
<PackageReference Include="App.Metrics.Health.Checks.Network" Version="2.0.0-preview1" />
<PackageReference Include="App.Metrics.Health.Checks.Process" Version="2.0.0-preview1" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5b42726

Please sign in to comment.