Skip to content

Commit a47baf8

Browse files
Bump Microsoft.Extensions.Diagnostics.Testing and Microsoft.Extensions.Logging.Abstractions
Bumps Microsoft.Extensions.Diagnostics.Testing from 9.6.0 to 9.7.0 Bumps Microsoft.Extensions.Logging.Abstractions from 6.0.4 to 9.0.7 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Diagnostics.Testing dependency-version: 9.7.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-version: 9.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f880b31 commit a47baf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PolylineAlgorithm.Abstraction/PolylineAlgorithm.Abstraction.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<PrivateAssets>all</PrivateAssets>
5454
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
5555
</PackageReference>
56-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="[6.*,)" />
56+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.7" />
5757
</ItemGroup>
5858

5959
<ItemGroup>

tests/PolylineAlgorithm.Abstraction.Tests/PolylineAlgorithm.Abstraction.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</PropertyGroup>
3131

3232
<ItemGroup>
33-
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.6.0" />
33+
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="9.7.0" />
3434
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
3535
<PackageReference Include="MSTest" Version="3.*" />
3636
<PackageReference Include="Microsoft.Testing.Platform.MSBuild" Version="1.*" />

0 commit comments

Comments
 (0)