Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #3991: Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release #3992

Merged
merged 7 commits into from
Mar 15, 2024

Conversation

thabaum
Copy link
Contributor

@thabaum thabaum commented Mar 14, 2024

Pull Request

Fixes #3991

Description

Updates to latest relating 8.0.3 package references as shown in the following files:

Oqtane.Client/Oqtane.Client.csproj

    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="8.0.3" />
    <PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.3" />

Oqtane.Database.PostgreSQL/Oqtane.Database.PostgreSQL.csproj

    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.3" />

Oqtane.Database.SqlServer/Oqtane.Database.SqlServer.csproj

    <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.3" />

Oqtane.Database.Sqlite/Oqtane.Database.Sqlite.csproj

    <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.3" />

Oqtane.Server/Oqtane.Server.csproj

    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.3" />
    <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.3" />
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.3">
    <PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.3" />
    <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.3" />
    <PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.3" />

Oqtane.Shared/Oqtane.Shared.csproj

    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.3" />
    <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
    <PackageReference Include="System.Text.Json" Version="8.0.3" />

Oqtane.Maui/Oqtane.Maui.csproj

    <PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="8.0.3" />
    <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
    <PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.3" />
    <PackageReference Include="Microsoft.Maui.Controls" Version="8.0.10" />
    <PackageReference Include="Microsoft.Maui.Controls.Compatibility" Version="8.0.10" />
    <PackageReference Include="Microsoft.AspNetCore.Components.WebView.Maui" Version="8.0.10" />

@thabaum thabaum changed the title Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release - Fix #3991 Fix #3991 - Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release Mar 14, 2024
@thabaum thabaum changed the title Fix #3991 - Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release Fix #3991: Updates Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release Mar 14, 2024
@sbwalker sbwalker merged commit cad4e18 into oqtane:dev Mar 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enh: Update Package Dependencies In Project Files To Relating Current Versions For 8.0.3 Release
2 participants