Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/actions/dotnet-test-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ runs:
- uses: actions/setup-dotnet@v4
with:
dotnet-quality: ga
dotnet-version: |
9.0
10.0.x
dotnet-version: 11.0.x

- uses: actions/cache@v4
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net11.0</TargetFramework>
<DefineConstants>EFCore11</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" />
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" VersionOverride="11.0.0-preview.1.26104.118" />
<PackageReference Include="Microsoft.Identity.Client" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\DevExtreme.AspNet.Data\DevExtreme.AspNet.Data.csproj" />
<ProjectReference Include="..\DevExtreme.AspNet.Data.Tests.Common\DevExtreme.AspNet.Data.Tests.Common.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Include="..\DevExtreme.AspNet.Data.Tests.EFCore\**\*.cs" />
</ItemGroup>

</Project>
6 changes: 6 additions & 0 deletions net/DevExtreme.AspNet.Data.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevExtreme.AspNet.Data.Test
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevExtreme.AspNet.Data.Tests.EFCore10", "DevExtreme.AspNet.Data.Tests.EFCore10\DevExtreme.AspNet.Data.Tests.EFCore10.csproj", "{E67890C3-C447-394F-F0F9-679CB217BF88}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevExtreme.AspNet.Data.Tests.EFCore11", "DevExtreme.AspNet.Data.Tests.EFCore11\DevExtreme.AspNet.Data.Tests.EFCore11.csproj", "{D93F0842-675B-2C69-F615-837D1C66157F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -89,6 +91,10 @@ Global
{E67890C3-C447-394F-F0F9-679CB217BF88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E67890C3-C447-394F-F0F9-679CB217BF88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E67890C3-C447-394F-F0F9-679CB217BF88}.Release|Any CPU.Build.0 = Release|Any CPU
{D93F0842-675B-2C69-F615-837D1C66157F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D93F0842-675B-2C69-F615-837D1C66157F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D93F0842-675B-2C69-F615-837D1C66157F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D93F0842-675B-2C69-F615-837D1C66157F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
44 changes: 37 additions & 7 deletions net/Directory.Packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- tfm: `net10.0`: [Assemblies: 2, Package References: 10 (override version 1)](#net-100-dependencies)

[.NET 11.0](#net-110-projects)

- tfm: `net11.0`: [Assemblies: 1, Package References: 8 (override version 1)](#net-110-dependencies)

[.NET 8.0](#net-80-projects)

- tfm: `net8.0`: [Assemblies: 6, Package References: 17, References: 1](#net-80-dependencies)
Expand Down Expand Up @@ -43,6 +47,21 @@ TFM: `net10.0`
---
- `Microsoft.EntityFrameworkCore.SqlServer` VersionOverride=`10.0.0-rc.1.25451.107`[->](#microsoftentityframeworkcoresqlserver-versionoverride1000-rc125451107)

### .NET 11.0 Dependencies

TFM: `net11.0`

- `Azure.Identity`
- `LinqKit.Microsoft.EntityFrameworkCore`
- `Microsoft.EntityFrameworkCore.SqlServer`
- `Microsoft.Identity.Client`
- `Microsoft.IdentityModel.Protocols.OpenIdConnect`
- `Microsoft.NET.Test.Sdk`
- `xunit`
- `xunit.runner.visualstudio`
---
- `Microsoft.EntityFrameworkCore.SqlServer` VersionOverride=`11.0.0-preview.1.26104.118`[->](#microsoftentityframeworkcoresqlserver-versionoverride1100-preview126104118)

### .NET 8.0 Dependencies

TFM: `net8.0`
Expand Down Expand Up @@ -110,6 +129,12 @@ TFM: `net10.0`
- DevExtreme.AspNet.Data.Tests.EFCore10 (`\DevExtreme.AspNet.Data.Tests.EFCore10\DevExtreme.AspNet.Data.Tests.EFCore10.csproj`)
- Sample (`\Sample\Sample.csproj`)

### .NET 11.0 Projects

TFM: `net11.0`

- DevExtreme.AspNet.Data.Tests.EFCore11 (`\DevExtreme.AspNet.Data.Tests.EFCore11\DevExtreme.AspNet.Data.Tests.EFCore11.csproj`)

### .NET 8.0 Projects

TFM: `net8.0`
Expand Down Expand Up @@ -150,6 +175,11 @@ TFM: `net472`
- `\DevExtreme.AspNet.Data.Tests.EFCore10\DevExtreme.AspNet.Data.Tests.EFCore10.csproj`
- `\Sample\Sample.csproj`

### TFM: `net11.0`

#### `Microsoft.EntityFrameworkCore.SqlServer` VersionOverride=`11.0.0-preview.1.26104.118`
- `\DevExtreme.AspNet.Data.Tests.EFCore11\DevExtreme.AspNet.Data.Tests.EFCore11.csproj`

### TFM: `net9.0`

#### `Microsoft.EntityFrameworkCore.SqlServer` VersionOverride=`9.0.8`
Expand Down Expand Up @@ -177,21 +207,21 @@ TFM: `net472`
</PropertyGroup>
<!-- Common (.NET/.NET Framework) PackageReferences -->
<ItemGroup>
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.4" />
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
<PackageVersion Include="System.Linq.Dynamic.Core" Version="1.6.0" />
<PackageVersion Include="System.Text.Json" Version="8.0.5" />
<PackageVersion Include="xunit" Version="2.9.2" />
<PackageVersion Include="xunit.assert" Version="2.9.2" />
<PackageVersion Include="xunit.core" Version="2.9.2" />
<PackageVersion Include="xunit" Version="2.9.3" />
<PackageVersion Include="xunit.assert" Version="2.9.3" />
<PackageVersion Include="xunit.core" Version="2.9.3" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />
</ItemGroup>
<!-- .NET PackageReferences -->
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0' Or '$(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0'">
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0' Or '$(TargetFramework)' == 'net11.0' Or '$(TargetFramework)' == 'net8.0' Or '$(TargetFramework)' == 'net9.0'">
<PackageVersion Include="Azure.Identity" Version="1.14.2" />
<PackageVersion Include="DevExpress.Xpo" Version="25.1.4" />
<PackageVersion Include="DevExpress.Xpo" Version="25.1.7" />
<PackageVersion Include="FluentNHibernate" Version="3.4.1" />
<PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="6.1.3" />
<PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="6.1.9" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.19" />
<PackageVersion Include="Microsoft.Identity.Client" Version="4.77.1" />
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.2" />
Expand Down
Loading