Skip to content

Commit 9722537

Browse files
author
Pete Sramek
committed
updated package references version
1 parent 7278df3 commit 9722537

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

benchmarks/PolylineAlgorithm.Benchmarks/PolylineAlgorithm.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="BenchmarkDotNet" Version="0.14.*" />
18+
<PackageReference Include="BenchmarkDotNet" Version="0.15.*" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

src/PolylineAlgorithm.Abstraction/PolylineAlgorithm.Abstraction.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
</ItemGroup>
5050

5151
<ItemGroup>
52-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.*">
52+
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.*">
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="[6.*,)" />
5757
</ItemGroup>
5858

5959
<ItemGroup>

src/PolylineAlgorithm/PolylineAlgorithm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141

4242
<ItemGroup>
43-
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.*">
43+
<PackageReference Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="4.*">
4444
<PrivateAssets>all</PrivateAssets>
4545
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
4646
</PackageReference>

0 commit comments

Comments
 (0)