You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Done. For net10.0, Pomelo.EntityFrameworkCore.MySql and Pomelo.EntityFrameworkCore.MySql.Json.Microsoft are replaced with Microting.EntityFrameworkCore.MySql and Microting.EntityFrameworkCore.MySql.Json.Microsoft (v10.0.10) in template/Directory.Packages.props. The infrastructure .csproj now uses a <!--#if (Framework == "net10.0")--> conditional to select Microting on net10.0 and Pomelo on net8/net9. (commit: $(git -C /home/runner/work/netcorepal-cloud-template/netcorepal-cloud-template rev-parse --short HEAD))
Done (commit fff5124). For net10.0, Pomelo.EntityFrameworkCore.MySql and Pomelo.EntityFrameworkCore.MySql.Json.Microsoft are replaced with Microting.EntityFrameworkCore.MySql and Microting.EntityFrameworkCore.MySql.Json.Microsoft (v10.0.10) in template/Directory.Packages.props. The infrastructure .csproj now uses a <!--#if (Framework == "net10.0")--> conditional to select Microting on net10.0 and Pomelo on net8/net9.
Done (commit a3e6e5b). All EF Core providers in the net10.0 section now use 10.x versions: Microsoft.EntityFrameworkCore.* → 10.0.10, Npgsql.EntityFrameworkCore.PostgreSQL → 10.0.3, MySql.EntityFrameworkCore → 10.0.7, MongoDB.EntityFrameworkCore → 10.0.2, DotNetCore.EntityFrameworkCore.GaussDB/KingbaseES → 10.0.0. DM.Microsoft.EntityFrameworkCore remains at 9.0.0.37033 as there is no 10.x release available.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates all netcorepal dependency references from
3.3.0to3.4.0.Changes
template/Directory.Packages.props–NetCorePalVersion→3.4.0(applies to all generated project NetCorePal package references)eng/versions.props–VersionPrefix→3.4.0(template package version)README.md– example install command updated to3.4.0