File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <configuration >
3
+ <packageSources >
4
+ <add key =" dotnet9" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet9/nuget/v3/index.json" />
5
+ <add key =" npgsql" value =" https://www.myget.org/F/npgsql/api/v3/index.json" />
6
+ <add key =" npgsql-next" value =" https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
7
+ <add key =" pomelo-nightly" value =" https://pkgs.dev.azure.com/pomelo-efcore/Pomelo.EntityFrameworkCore.MySql/_packaging/pomelo-efcore-public/nuget/v3/index.json" />
8
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
9
+ </packageSources >
10
+ </configuration >
Original file line number Diff line number Diff line change 21
21
22
22
<PropertyGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
23
23
<!-- Published dependencies (only update on major version change) -->
24
- <EntityFrameworkCoreFrozenVersion >9.0.0-rc.1.24451.1 </EntityFrameworkCoreFrozenVersion >
24
+ <EntityFrameworkCoreFrozenVersion >9.0.0-rtm.24473.8 </EntityFrameworkCoreFrozenVersion >
25
25
26
26
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
27
27
<AspNetCoreVersion >9.0.*-*</AspNetCoreVersion >
28
28
<EntityFrameworkCoreVersion >$(EntityFrameworkCoreFrozenVersion)</EntityFrameworkCoreVersion >
29
- <EntityFrameworkCorePostgreSQLVersion >9.0.0-rc.1 </EntityFrameworkCorePostgreSQLVersion >
30
- <EntityFrameworkCorePomeloVersion >9.0.0-preview.1 </EntityFrameworkCorePomeloVersion >
29
+ <EntityFrameworkCorePostgreSQLVersion >9.0.0-rc.2-ci.20240923T214327 </EntityFrameworkCorePostgreSQLVersion >
30
+ <EntityFrameworkCorePomeloVersion >9.0.0-preview.2* </EntityFrameworkCorePomeloVersion >
31
31
<SystemTextJsonVersion >$(AspNetCoreVersion)</SystemTextJsonVersion >
32
32
</PropertyGroup >
33
33
You can’t perform that action at this time.
0 commit comments