Skip to content

Commit 2891f00

Browse files
chore: Bump the dotnet group with 3 updates (#58)
Bumps coverlet.collector from 8.0.1 to 10.0.0 Bumps Grpc.Net.Client from 2.76.0 to 2.80.0 Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.5.1 --- updated-dependencies: - dependency-name: coverlet.collector dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet - dependency-name: Grpc.Net.Client dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dotnet ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df6a562 commit 2891f00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Authzed.Net/Authzed.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ItemGroup>
3333
<PackageReference Include="Google.Protobuf" Version="3.34.1" />
3434
<PackageReference Include="Grpc.Core" Version="2.46.6" />
35-
<PackageReference Include="Grpc.Net.Client" Version="2.76.0" />
35+
<PackageReference Include="Grpc.Net.Client" Version="2.80.0" />
3636
<PackageReference Include="Grpc.Tools" Version="2.80.0">
3737
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3838
<PrivateAssets>all</PrivateAssets>

tests/Authzed.Net.Tests/Authzed.Net.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
13+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.5.1" />
1414
<PackageReference Include="xunit" Version="2.9.3" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="coverlet.collector" Version="8.0.1">
19+
<PackageReference Include="coverlet.collector" Version="10.0.0">
2020
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2121
<PrivateAssets>all</PrivateAssets>
2222
</PackageReference>

0 commit comments

Comments
 (0)