Skip to content

Commit

Permalink
chore(deps): bump Microsoft.OpenApi, Microsoft.OpenApi.Readers, Micro…
Browse files Browse the repository at this point in the history
…soft.Plugins.Manifest and Microsoft.VisualStudio.Threading.Analyzers

Bumps [Microsoft.OpenApi](https://github.com/Microsoft/OpenAPI.NET), [Microsoft.OpenApi.Readers](https://github.com/Microsoft/OpenAPI.NET), [Microsoft.Plugins.Manifest](https://github.com/microsoft/Microsoft.Plugins.Manifest) and [Microsoft.VisualStudio.Threading.Analyzers](https://github.com/microsoft/vs-threading). These dependencies needed to be updated together.

Updates `Microsoft.OpenApi` from 1.6.23 to 2.0.0-preview4
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.23...2.0.0-preview4)

Updates `Microsoft.OpenApi.Readers` from 1.6.23 to 2.0.0-preview4
- [Release notes](https://github.com/Microsoft/OpenAPI.NET/releases)
- [Commits](microsoft/OpenAPI.NET@1.6.23...2.0.0-preview4)

Updates `Microsoft.Plugins.Manifest` from 1.0.0-rc3 to 1.0.0-rc4
- [Commits](https://github.com/microsoft/Microsoft.Plugins.Manifest/commits)

Updates `Microsoft.VisualStudio.Threading.Analyzers` from 17.12.19 to 17.12.19
- [Release notes](https://github.com/microsoft/vs-threading/releases)
- [Commits](https://github.com/microsoft/vs-threading/commits)

---
updated-dependencies:
- dependency-name: Microsoft.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.OpenApi.Readers
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Plugins.Manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.VisualStudio.Threading.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 177c80c commit 0833c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Kiota.Builder/Kiota.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.16.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.16.3" />
<PackageReference Include="Microsoft.kiota.Serialization.Multipart" Version="1.16.3" />
<PackageReference Include="Microsoft.OpenApi" Version="1.6.23" />
<PackageReference Include="Microsoft.OpenApi" Version="2.0.0-preview4" />
<PackageReference Include="Microsoft.OpenApi.ApiManifest" Version="0.5.5-preview" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="1.6.23" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-rc3" />
<PackageReference Include="Microsoft.OpenApi.Readers" Version="2.0.0-preview4" />
<PackageReference Include="Microsoft.Plugins.Manifest" Version="1.0.0-rc4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 0833c2c

Please sign in to comment.