Skip to content

Commit dda813e

Browse files
chore(deps): Update .net deps (#99)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Google.Protobuf](https://togithub.com/protocolbuffers/protobuf) | nuget | patch | `3.24.1` -> `3.24.2` | | [Grpc.Net.Client](https://togithub.com/grpc/grpc-dotnet) | nuget | minor | `2.55.0` -> `2.56.0` | | [Microsoft.NET.Test.Sdk](https://togithub.com/microsoft/vstest) | nuget | patch | `17.7.1` -> `17.7.2` | --- ### Release Notes <details> <summary>grpc/grpc-dotnet (Grpc.Net.Client)</summary> ### [`v2.56.0`](https://togithub.com/grpc/grpc-dotnet/releases/tag/v2.56.0) #### What's Changed - Update version to 2.56.0 (on v2.56.x branch) by [@&#8203;jtattermusch](https://togithub.com/jtattermusch) in [https://github.com/grpc/grpc-dotnet/pull/2251](https://togithub.com/grpc/grpc-dotnet/pull/2251) **Full Changelog**: grpc/grpc-dotnet@v2.56.0-pre2...v2.56.0 </details> <details> <summary>microsoft/vstest (Microsoft.NET.Test.Sdk)</summary> ### [`v17.7.2`](https://togithub.com/microsoft/vstest/releases/tag/v17.7.2) #### What's Changed - Fix cannot find System.Text.Json by [@&#8203;nohwnd](https://togithub.com/nohwnd) in [https://github.com/microsoft/vstest/pull/4669](https://togithub.com/microsoft/vstest/pull/4669) **Full Changelog**: microsoft/vstest@v17.7.1...v17.7.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cerbos/cerbos-sdk-net). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC44IiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 81a4fcc commit dda813e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Sdk.UnitTests/Sdk.UnitTests.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
10+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
1111
<PackageReference Include="NUnit" Version="3.13.3" />
1212
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
1313
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />

src/Sdk/sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19-
<PackageReference Include="Google.Protobuf" Version="3.24.1" />
19+
<PackageReference Include="Google.Protobuf" Version="3.24.2" />
2020
<PackageReference Include="Grpc" Version="2.46.6" />
21-
<PackageReference Include="Grpc.Net.Client" Version="2.55.0" />
21+
<PackageReference Include="Grpc.Net.Client" Version="2.56.0" />
2222
</ItemGroup>
2323
</Project>

0 commit comments

Comments
 (0)