Skip to content

Commit ea387b3

Browse files
GitHub CopilotCopilot
authored andcommitted
Update to EF Core 11.0.0-preview.2.26115.104
- Update EFCore version from 11.0.0-preview.1.26104.118 to 11.0.0-preview.2.26115.104 - Update Microsoft.Extensions version to match - Update NuGet feed from dotnet11 to dotnet12 - Update .NET SDK version in global.json to 11.0.100-preview.2.26115.104 This sync was done automatically but could not be fully completed due to network restrictions preventing package restore and build verification. The following work remains to be done: 1. Build the solution and resolve any compilation errors 2. Run tests and fix any failures, especially: - Check_all_tests_overridden failures (new/renamed tests) - NpgsqlComplianceTest failures (new/renamed test base classes) 3. Investigate breaking changes in EF Core between preview.1 and preview.2 4. Update test overrides and add AssertSql() calls as needed Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 70a72bd commit ea387b3

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<EFCoreVersion>11.0.0-preview.1.26104.118</EFCoreVersion>
4-
<MicrosoftExtensionsVersion>11.0.0-preview.1.26104.118</MicrosoftExtensionsVersion>
3+
<EFCoreVersion>11.0.0-preview.2.26115.104</EFCoreVersion>
4+
<MicrosoftExtensionsVersion>11.0.0-preview.2.26115.104</MicrosoftExtensionsVersion>
55
<NpgsqlVersion>10.0.0</NpgsqlVersion>
66
</PropertyGroup>
77

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="dotnet11" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet11/nuget/v3/index.json" />
4+
<add key="dotnet12" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet12/nuget/v3/index.json" />
55
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
66
<add key="npgsql-vnext" value="https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
77
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
@@ -18,7 +18,7 @@
1818
<package pattern="Npgsql" />
1919
<package pattern="Npgsql.*" />
2020
</packageSource>
21-
<packageSource key="dotnet11">
21+
<packageSource key="dotnet12">
2222
<package pattern="*" />
2323
</packageSource>
2424
</packageSourceMapping>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "11.0.100-preview.1.26104.118",
3+
"version": "11.0.100-preview.2.26115.104",
44
"rollForward": "latestMinor",
55
"allowPrerelease": true
66
}

0 commit comments

Comments
 (0)