File tree 3 files changed +11
-3
lines changed
3 files changed +11
-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 =" Npgsql-nightly" value =" https://www.myget.org/F/npgsql-vnext/api/v3/index.json" />
5
+ <add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
6
+ </packageSources >
7
+ </configuration >
Original file line number Diff line number Diff line change 26
26
<EntityFrameworkCoreFrozenVersion >8.0.0-rc.1.*</EntityFrameworkCoreFrozenVersion >
27
27
28
28
<!-- Non-published dependencies (these are safe to update, won't cause a breaking change) -->
29
- <AspNetCoreVersion >8.0.0-rc.1 .*</AspNetCoreVersion >
30
- <EntityFrameworkCoreVersion >8.0.0-rc.1 .*</EntityFrameworkCoreVersion >
31
- <NpgsqlVersion >8.0.0-rc.1 </NpgsqlVersion >
29
+ <AspNetCoreVersion >8.0.0-rc.2 .*</AspNetCoreVersion >
30
+ <EntityFrameworkCoreVersion >8.0.0-rc.2 .*</EntityFrameworkCoreVersion >
31
+ <NpgsqlVersion >8.0.0-rc.2 </NpgsqlVersion >
32
32
<SystemTextJsonVersion >$(AspNetCoreVersion)</SystemTextJsonVersion >
33
33
</PropertyGroup >
34
34
Original file line number Diff line number Diff line change 17
17
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" $(AspNetCoreVersion)" />
18
18
<PackageReference Include =" Microsoft.EntityFrameworkCore.Relational" Version =" $(EntityFrameworkCoreVersion)" />
19
19
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" $(TestSdkVersion)" />
20
+ <PackageReference Include =" Npgsql" Condition =" '$(TargetFramework)' == 'net8.0'" Version =" 8.0.0-rtm-ci.20231012T145719" />
20
21
<PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" $(NpgsqlVersion)" />
21
22
<PackageReference Include =" xunit" Version =" $(XunitVersion)" />
22
23
<PackageReference Include =" xunit.runner.visualstudio" Version =" $(XunitVersion)" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments