Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main] Update dependencies from dotnet/efcore, dotnet/runtime (#55852)
[main] Update dependencies from dotnet/efcore, dotnet/runtime - remove content-length when combined with chunked encoding - Bump Azure.Identity from 1.10.3 to 1.11.3 Prompted by: ``` /Users/runner/work/1/s/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj : error NU1605: Microsoft.AspNetCore.Identity.FunctionalTests -> Identity.DefaultUI.WebSite -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/test/Identity.FunctionalTests/Microsoft.AspNetCore.Identity.FunctionalTests.csproj : error NU1605: Microsoft.AspNetCore.Identity.FunctionalTests -> Identity.DefaultUI.WebSite -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj : error NU1605: IdentitySample.DefaultUI -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.DefaultUI/IdentitySample.DefaultUI.csproj : error NU1605: IdentitySample.DefaultUI -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj : error NU1605: Identity.DefaultUI.WebSite -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/testassets/Identity.DefaultUI.WebSite/Identity.DefaultUI.WebSite.csproj : error NU1605: Identity.DefaultUI.WebSite -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj : error NU1605: IdentitySample.Mvc -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Identity/samples/IdentitySample.Mvc/IdentitySample.Mvc.csproj : error NU1605: IdentitySample.Mvc -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj : error NU1605: EntityFrameworkCoreSample -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/DataProtection/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj : error NU1605: EntityFrameworkCoreSample -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj : error NU1605: AuthSamples.FunctionalTests -> Identity.ExternalClaims -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/test/AuthSamples.FunctionalTests/AuthSamples.FunctionalTests.csproj : error NU1605: AuthSamples.FunctionalTests -> Identity.ExternalClaims -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj : error NU1605: Warning As Error: Detected package downgrade: Azure.Identity from 1.11.3 to 1.10.3. Reference the package directly from the project to select a different version. [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj : error NU1605: Identity.ExternalClaims -> Microsoft.EntityFrameworkCore.SqlServer 9.0.0-preview.6.24303.4 -> Microsoft.Data.SqlClient 5.2.1 -> Azure.Identity (>= 1.11.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] /Users/runner/work/1/s/src/Security/samples/Identity.ExternalClaims/Identity.ExternalClaims.csproj : error NU1605: Identity.ExternalClaims -> Azure.Identity (>= 1.10.3) [/Users/runner/work/1/s/.dotnet/sdk/9.0.100-preview.6.24277.1/NuGet.targets] ``` - Use ElementType property instead of private reflection - Update SDK to 9.0.100-preview.6.24311.5 - Merge branch 'main' into darc-main-3556fbfd-cfa9-4f80-8b85-6de2ce7ba361 - Update SDK to a later version
- Loading branch information