diff options
| author | Cody Robibero <cody@robibe.ro> | 2021-10-12 18:31:58 -0600 |
|---|---|---|
| committer | Cody Robibero <cody@robibe.ro> | 2021-10-12 18:31:58 -0600 |
| commit | 2b10251b32ad00290f6be00060ec6ccf47574b5d (patch) | |
| tree | 027e5fafa823a59976e33d04a7d45404bd331a3e /Jellyfin.Api/Jellyfin.Api.csproj | |
| parent | 09f33d3b8726fe5cd52c6fe62291ca9787093e83 (diff) | |
Update to dotnet6.rc2
Diffstat (limited to 'Jellyfin.Api/Jellyfin.Api.csproj')
| -rw-r--r-- | Jellyfin.Api/Jellyfin.Api.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Jellyfin.Api.csproj b/Jellyfin.Api/Jellyfin.Api.csproj index cdc69618a9..8a559704c0 100644 --- a/Jellyfin.Api/Jellyfin.Api.csproj +++ b/Jellyfin.Api/Jellyfin.Api.csproj @@ -13,8 +13,8 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="6.0.0-rc.1.21452.15" /> - <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0-rc.1.21451.13" /> + <PackageReference Include="Microsoft.AspNetCore.Authorization" Version="6.0.0-rc.2*" /> + <PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0-rc.2*" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.2" /> <PackageReference Include="Swashbuckle.AspNetCore.ReDoc" Version="6.2.2" /> </ItemGroup> |
