Skip to content

Commit

Permalink
chore(deps): update arcus observability monorepo to v2 (#1456)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tom Kerkhove <kerkhove.tom@gmail.com>
  • Loading branch information
3 people authored Feb 8, 2021
1 parent 6f60796 commit e1305ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 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,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="1.0.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="1.0.0" />
<PackageReference Include="Arcus.WebApi.Logging" Version="1.1.0-preview-02" />
<PackageReference Include="Arcus.Observability.Telemetry.AspNetCore" Version="2.0.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Enrichers" Version="2.0.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Serilog.Sinks.ApplicationInsights" Version="2.0.0" />
<PackageReference Include="Arcus.WebApi.Logging" Version="1.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Formatters.Json" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.9" />
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="1.0.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="2.0.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="1.0.0" />
<PackageReference Include="Arcus.Observability.Telemetry.Core" Version="2.0.0" />
<PackageReference Include="Arcus.Testing.Logging" Version="0.1.0" />
<PackageReference Include="Bogus" Version="33.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
Expand Down

0 comments on commit e1305ea

Please sign in to comment.