Skip to content

Commit e356e76

Browse files
authored
Sync to EF preview.5 (#3549)
1 parent 7aacb4f commit e356e76

File tree

5 files changed

+4
-14
lines changed

5 files changed

+4
-14
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>10.0.0-preview.4</VersionPrefix>
3+
<VersionPrefix>10.0.0-preview.5</VersionPrefix>
44
<TargetFramework>net10.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<Nullable>enable</Nullable>

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>10.0.0-preview.4.25258.110</EFCoreVersion>
4-
<MicrosoftExtensionsVersion>10.0.0-preview.4.25258.110</MicrosoftExtensionsVersion>
3+
<EFCoreVersion>10.0.0-preview.5.25277.114</EFCoreVersion>
4+
<MicrosoftExtensionsVersion>10.0.0-preview.5.25277.114</MicrosoftExtensionsVersion>
55
<NpgsqlVersion>9.0.3</NpgsqlVersion>
66
</PropertyGroup>
77

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": "10.0.100-preview.4.25258.110",
3+
"version": "10.0.100-preview.5.25277.114",
44
"rollForward": "latestMajor",
55
"allowPrerelease": true
66
}

test/EFCore.PG.FunctionalTests/EFCore.PG.FunctionalTests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@
2424
<PackageReference Include="xunit.core" />
2525
</ItemGroup>
2626

27-
<!-- Temporary, remove after sync to latest EF preview -->
28-
<ItemGroup>
29-
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
30-
</ItemGroup>
31-
3227
<ItemGroup>
3328
<None Update="Northwind.sql" CopyToOutputDirectory="PreserveNewest" />
3429
<None Update="config.json" CopyToOutputDirectory="PreserveNewest" />

test/EFCore.PG.Tests/EFCore.PG.Tests.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,4 @@
2525
<PackageReference Include="xunit.core" />
2626
</ItemGroup>
2727

28-
<!-- Temporary, remove after sync to latest EF preview -->
29-
<ItemGroup>
30-
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-h4j7-5rxr-p4wc" />
31-
</ItemGroup>
32-
3328
</Project>

0 commit comments

Comments
 (0)