Skip to content

Commit

Permalink
Update Microsoft (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 3d3af3a commit ac076fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.openapi.kiota": {
"version": "1.17.0",
"version": "1.19.0",
"commands": [
"kiota"
]
Expand Down
4 changes: 2 additions & 2 deletions samples/Simple/Simple.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
12 changes: 6 additions & 6 deletions src/Jellyfin.Sdk/Jellyfin.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<IsAotCompatible>true</IsAotCompatible>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.12.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Form" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Json" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Multipart" Version="1.13.0" />
<PackageReference Include="Microsoft.Kiota.Serialization.Text" Version="1.13.0" />
</ItemGroup>
<!-- Code Analyzers-->
<ItemGroup>
Expand Down

0 comments on commit ac076fe

Please sign in to comment.