Skip to content

Commit

Permalink
Update arcus observability monorepo to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 28, 2020
1 parent bd6d352 commit cd27f0f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Promitor.Agents.Core/Promitor.Agents.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="0.3.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="0.3.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="0.4.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="0.4.0" />
<PackageReference Include="Arcus.WebApi.Logging" Version="1.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="0.3.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="0.4.0" />
<PackageReference Include="Guard.NET" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.Management.ResourceGraph" Version="2.0.0" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="0.3.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="0.4.0" />
<PackageReference Include="Arcus.Testing.Logging" Version="0.1.0" />
<PackageReference Include="Bogus" Version="31.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
Expand Down

0 comments on commit cd27f0f

Please sign in to comment.