Skip to content

Commit

Permalink
chore(deps): update arcus observability monorepo to v2.2.1 (#1673)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Jul 2, 2021
1 parent 0e8c8b4 commit bfc0a1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Promitor.Agents.Core/Promitor.Agents.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arcus.Observability.Telemetry.AspNetCore" Version="2.2.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="2.2.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="2.2.0" />
<PackageReference Include="Arcus.Observability.Telemetry.AspNetCore" Version="2.2.1" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="2.2.1" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="2.2.1" />
<PackageReference Include="Arcus.WebApi.Logging" Version="1.3.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="2.2.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="2.2.1" />
<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.1" />
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="2.2.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="2.2.1" />
<PackageReference Include="Arcus.Testing.Logging" Version="0.2.0" />
<PackageReference Include="Bogus" Version="33.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
Expand Down

0 comments on commit bfc0a1a

Please sign in to comment.