Skip to content

Commit 50bc510

Browse files
committed
(#413) Revert back to EFCore 9.x
1 parent 84d05bc commit 50bc510

File tree

27 files changed

+67
-58
lines changed

27 files changed

+67
-58
lines changed

Datasync.Toolkit.sln

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunityToolkit.Datasync.C
6060
EndProject
6161
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CommunityToolkit.Datasync.Client.Test", "tests\CommunityToolkit.Datasync.Client.Test\CommunityToolkit.Datasync.Client.Test.csproj", "{2889E6B2-9CD1-437C-A43C-98CFAFF68B99}"
6262
EndProject
63-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{75F709FD-8CC2-4558-A802-FE57086167C2}"
64-
EndProject
65-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sample.Datasync.Server", "samples\datasync-server\src\Sample.Datasync.Server\Sample.Datasync.Server.csproj", "{A9967817-2A2C-4C6D-A133-967A6062E9B3}"
66-
EndProject
6763
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunityToolkit.Datasync.Server.CosmosDb", "src\CommunityToolkit.Datasync.Server.CosmosDb\CommunityToolkit.Datasync.Server.CosmosDb.csproj", "{D9356867-0A30-4B17-BD4C-0F7EF70984C6}"
6864
EndProject
6965
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommunityToolkit.Datasync.Server.MongoDB", "src\CommunityToolkit.Datasync.Server.MongoDB\CommunityToolkit.Datasync.Server.MongoDB.csproj", "{DC20ACF9-12E9-41D9-B672-CB5FD85548E9}"
@@ -215,7 +211,6 @@ Global
215211
{45D47A4E-AD58-40C8-B4CC-95BC888C47A7} = {84AD662A-4B9E-4E64-834D-72529FB7FCE5}
216212
{D3B72031-D4BD-44D3-973C-2752AB1570F6} = {84AD662A-4B9E-4E64-834D-72529FB7FCE5}
217213
{2889E6B2-9CD1-437C-A43C-98CFAFF68B99} = {D59F1489-5D74-4F52-B78B-88037EAB2838}
218-
{A9967817-2A2C-4C6D-A133-967A6062E9B3} = {75F709FD-8CC2-4558-A802-FE57086167C2}
219214
{D9356867-0A30-4B17-BD4C-0F7EF70984C6} = {84AD662A-4B9E-4E64-834D-72529FB7FCE5}
220215
{DC20ACF9-12E9-41D9-B672-CB5FD85548E9} = {84AD662A-4B9E-4E64-834D-72529FB7FCE5}
221216
{4FC45D20-0BA9-484B-9040-641687659AF6} = {D59F1489-5D74-4F52-B78B-88037EAB2838}

Directory.Packages.props

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<DotNetVersion>10.0.0</DotNetVersion>
8-
<EFCoreVersion>10.0.0</EFCoreVersion>
8+
<EFCoreVersion>9.0.11</EFCoreVersion>
99
<TestContainersVersion>4.9.0</TestContainersVersion>
1010
<ODataVersion>8.4.3</ODataVersion>
1111
</PropertyGroup>
1212
<ItemGroup>
1313
<PackageVersion Include="AutoMapper" Version="13.0.1" />
1414
<PackageVersion Include="AwesomeAssertions" Version="9.3.0" />
1515
<PackageVersion Include="Azure.Identity" Version="1.17.1" />
16-
<PackageVersion Include="FluentAssertions.Web" Version="1.9.5" />
1716
<PackageVersion Include="LiteDB" Version="5.0.21" />
1817
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="$(DotNetVersion)" />
1918
<PackageVersion Include="Microsoft.AspNetCore.OData" Version="9.4.1" />
@@ -24,22 +23,21 @@
2423
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(EFCoreVersion)" />
2524
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="$(EFCoreVersion)" />
2625
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="$(EFCoreVersion)" />
27-
<PackageVersion Include="Microsoft.EntityFrameworkCore.Proxies" Version="$(EFCoreVersion)" />
2826
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="$(EFCoreVersion)" />
2927
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(EFCoreVersion)" />
30-
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="$(EFCoreVersion)" />
31-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(EFCoreVersion)" />
28+
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="$(DotNetVersion)" />
29+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="$(DotNetVersion)" />
3230
<PackageVersion Include="Microsoft.Extensions.Http" Version="$(DotNetVersion)" />
3331
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="$(DotNetVersion)" />
3432
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
3533
<PackageVersion Include="Microsoft.OData.Core" Version="$(ODataVersion)" />
3634
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
37-
<PackageVersion Include="Microsoft.Spatial" Version="$(ODataVersion)" />
35+
<PackageVersion Include="Microsoft.Spatial" Version="8.4.3" />
3836
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
3937
<PackageVersion Include="MongoDB.Driver" Version="3.5.2" />
4038
<PackageVersion Include="NSubstitute" Version="5.3.0" />
4139
<PackageVersion Include="NSwag.AspNetCore" Version="14.6.3" />
42-
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
40+
<PackageVersion Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" />
4341
<PackageVersion Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0" />
4442
<PackageVersion Include="Swashbuckle.AspNetCore" Version="10.0.1" />
4543
<PackageVersion Include="System.Formats.Asn1" Version="$(DotNetVersion)" />

tests/CommunityToolkit.Datasync.Client.Test/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
global using FluentAssertions;
5+
global using AwesomeAssertions;
66
global using System.Diagnostics.CodeAnalysis;
77
global using Xunit;

tests/CommunityToolkit.Datasync.Client.Test/Service/DatasyncServiceClient_Tests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
using CommunityToolkit.Datasync.Client.Http;
1212
using CommunityToolkit.Datasync.Client.Serialization;
1313
using CommunityToolkit.Datasync.Client.Test.Helpers;
14-
using CommunityToolkit.Datasync.TestCommon;
1514
using CommunityToolkit.Datasync.TestCommon.Databases;
1615
using CommunityToolkit.Datasync.TestCommon.Mocks;
1716
using CommunityToolkit.Datasync.TestCommon.Models;
18-
using FluentAssertions.Equivalency;
19-
using FluentAssertions.Extensions;
17+
using AwesomeAssertions.Equivalency;
18+
using AwesomeAssertions.Extensions;
2019
using System.Net;
2120
using System.Net.Http.Headers;
2221
using System.Text;

tests/CommunityToolkit.Datasync.Server.Abstractions.Test/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
global using FluentAssertions;
5+
global using AwesomeAssertions;
66
global using System.Diagnostics.CodeAnalysis;
77
global using Xunit;

tests/CommunityToolkit.Datasync.Server.Automapper.Test/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
global using FluentAssertions;
5+
global using AwesomeAssertions;
66
global using System.Diagnostics.CodeAnalysis;
77
global using Xunit;

tests/CommunityToolkit.Datasync.Server.CosmosDb.Test/CosmosTableData_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using CommunityToolkit.Datasync.Common.Test;
66
using CommunityToolkit.Datasync.Server.CosmosDb;
77
using CommunityToolkit.Datasync.TestCommon;
8-
using FluentAssertions;
8+
using AwesomeAssertions;
99

1010
namespace CommunityToolkit.Datasync.Server.EntityFrameworkCore.Test;
1111

tests/CommunityToolkit.Datasync.Server.CosmosDb.Test/PackedKeyRepository_Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using CommunityToolkit.Datasync.Server.CosmosDb.Test.Models;
77
using CommunityToolkit.Datasync.Server.CosmosDb.Test.Options;
88
using CommunityToolkit.Datasync.TestCommon;
9-
using FluentAssertions;
9+
using AwesomeAssertions;
1010
using Microsoft.Azure.Cosmos;
1111
using Microsoft.Azure.Cosmos.Linq;
1212
using System.Collections.ObjectModel;

tests/CommunityToolkit.Datasync.Server.EntityFrameworkCore.Test/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
global using FluentAssertions;
5+
global using AwesomeAssertions;
66
global using System.Diagnostics.CodeAnalysis;
77
global using Xunit;
88

tests/CommunityToolkit.Datasync.Server.InMemory.Test/GlobalUsings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
global using FluentAssertions;
5+
global using AwesomeAssertions;
66
global using System.Diagnostics.CodeAnalysis;
77
global using Xunit;

0 commit comments

Comments
 (0)