Skip to content

Commit

Permalink
chore(deps): bump StreamJsonRpc and Microsoft.VisualStudio.Threading.…
Browse files Browse the repository at this point in the history
…Analyzers

Bumps [StreamJsonRpc](https://github.com/microsoft/vs-streamjsonrpc) and [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading). These dependencies needed to be updated together.

Updates `StreamJsonRpc` from 2.19.27 to 2.20.17
- [Release notes](https://github.com/microsoft/vs-streamjsonrpc/releases)
- [Commits](https://github.com/microsoft/vs-streamjsonrpc/commits)

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.11.20 to 17.10.48
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](microsoft/vs-threading@v17.11.20...v17.10.48)

---
updated-dependencies:
- dependency-name: StreamJsonRpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 2231946 commit c988b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StreamJsonRpc" Version="2.19.27" />
<PackageReference Include="StreamJsonRpc" Version="2.20.17" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
Expand Down

0 comments on commit c988b7d

Please sign in to comment.