Skip to content

Commit 7b4b08e

Browse files
Bump transitive tests deps (#681)
1 parent e396a9d commit 7b4b08e

File tree

6 files changed

+12
-3
lines changed

6 files changed

+12
-3
lines changed

net/DevExtreme.AspNet.Data.Tests.EFCore10/DevExtreme.AspNet.Data.Tests.EFCore10.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="Azure.Identity" />
1010
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" VersionOverride="10.0.0-rc.1.25451.107" />
12+
<PackageReference Include="Microsoft.Identity.Client" />
1213
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" />
1314
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1415
<PackageReference Include="xunit" />

net/DevExtreme.AspNet.Data.Tests.EFCore8/DevExtreme.AspNet.Data.Tests.EFCore8.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="Azure.Identity" />
1010
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" />
12+
<PackageReference Include="Microsoft.Identity.Client" />
1213
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" />
1314
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1415
<PackageReference Include="xunit" />

net/DevExtreme.AspNet.Data.Tests.EFCore9/DevExtreme.AspNet.Data.Tests.EFCore9.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="Azure.Identity" />
1010
<PackageReference Include="LinqKit.Microsoft.EntityFrameworkCore" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" VersionOverride="9.0.8" />
12+
<PackageReference Include="Microsoft.Identity.Client" />
1213
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" />
1314
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1415
<PackageReference Include="xunit" />

net/DevExtreme.AspNet.Data.Tests/DevExtreme.AspNet.Data.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ItemGroup>
99
<ProjectReference Include="..\DevExtreme.AspNet.Data\DevExtreme.AspNet.Data.csproj" />
1010
<ProjectReference Include="..\DevExtreme.AspNet.Data.Tests.Common\DevExtreme.AspNet.Data.Tests.Common.csproj" />
11+
<PackageReference Include="Microsoft.Identity.Client" />
1112
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1213
<PackageReference Include="System.Linq.Dynamic.Core" />
1314
<PackageReference Include="xunit" />

net/Directory.Packages.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
[.NET 10.0](#net-100-projects)
66

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

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

11-
- tfm: `net8.0`: [Assemblies: 6, Package References: 16, References: 1](#net-80-dependencies)
11+
- tfm: `net8.0`: [Assemblies: 6, Package References: 17, References: 1](#net-80-dependencies)
1212

1313
[.NET 9.0](#net-90-projects)
1414

15-
- tfm: `net9.0`: [Assemblies: 1, Package References: 7 (override version 1)](#net-90-dependencies)
15+
- tfm: `net9.0`: [Assemblies: 1, Package References: 8 (override version 1)](#net-90-dependencies)
1616

1717
[.NET Framework 4.6.2](#net-framework-462-projects)
1818

@@ -33,6 +33,7 @@ TFM: `net10.0`
3333
- `Azure.Identity`
3434
- `LinqKit.Microsoft.EntityFrameworkCore`
3535
- `Microsoft.EntityFrameworkCore.SqlServer`
36+
- `Microsoft.Identity.Client`
3637
- `Microsoft.IdentityModel.Protocols.OpenIdConnect`
3738
- `Microsoft.NET.Test.Sdk`
3839
- `Microsoft.Web.LibraryManager.Build`
@@ -51,6 +52,7 @@ TFM: `net8.0`
5152
- `FluentNHibernate`
5253
- `LinqKit.Microsoft.EntityFrameworkCore`
5354
- `Microsoft.EntityFrameworkCore.SqlServer`
55+
- `Microsoft.Identity.Client`
5456
- `Microsoft.IdentityModel.Protocols.OpenIdConnect`
5557
- `Microsoft.NET.Test.Sdk`
5658
- `System.Data.SqlClient`
@@ -70,6 +72,7 @@ TFM: `net9.0`
7072
- `Azure.Identity`
7173
- `LinqKit.Microsoft.EntityFrameworkCore`
7274
- `Microsoft.EntityFrameworkCore.SqlServer`
75+
- `Microsoft.Identity.Client`
7376
- `Microsoft.IdentityModel.Protocols.OpenIdConnect`
7477
- `Microsoft.NET.Test.Sdk`
7578
- `xunit`
@@ -190,6 +193,7 @@ TFM: `net472`
190193
<PackageVersion Include="FluentNHibernate" Version="3.4.1" />
191194
<PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="6.1.3" />
192195
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.19" />
196+
<PackageVersion Include="Microsoft.Identity.Client" Version="4.77.1" />
193197
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.2" />
194198
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
195199
<PackageVersion Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />

net/Directory.Packages.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<PackageVersion Include="LinqKit.EntityFramework" Version="1.2.3" />
1212
<PackageVersion Include="LinqKit.Microsoft.EntityFrameworkCore" Version="6.1.3" />
1313
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.19" />
14+
<PackageVersion Include="Microsoft.Identity.Client" Version="4.77.1" />
1415
<PackageVersion Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.1.2" />
1516
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.4.1" />
1617
<PackageVersion Include="Microsoft.Web.LibraryManager.Build" Version="2.1.175" />

0 commit comments

Comments
 (0)