Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
39731a2
Update dependencies from https://github.com/dotnet/dotnet build 289373
dotnet-maestro[bot] Nov 4, 2025
568c867
Merge main into darc-main-bd1f4996-4a7a-44e3-822b-65340769df24
dotnet-maestro[bot] Nov 5, 2025
5671f57
Update dependencies from https://github.com/dotnet/dotnet build 289425
dotnet-maestro[bot] Nov 5, 2025
a96f2c3
Update dependencies from https://github.com/dotnet/dotnet build 289655
dotnet-maestro[bot] Nov 6, 2025
341bf82
Backflow from https://github.com/dotnet/dotnet / 77ee357 build 289869
dotnet-maestro[bot] Nov 7, 2025
e82a3f5
Update dependencies from https://github.com/dotnet/dotnet build 289869
dotnet-maestro[bot] Nov 7, 2025
3ad018c
Update dependencies from https://github.com/dotnet/dotnet build 290335
dotnet-maestro[bot] Nov 12, 2025
089831f
Update dependencies from https://github.com/dotnet/dotnet build 290484
dotnet-maestro[bot] Nov 13, 2025
6e95e06
Update dependencies from https://github.com/dotnet/dotnet build 290644
dotnet-maestro[bot] Nov 14, 2025
0a0fe11
Update dependencies from https://github.com/dotnet/dotnet build 290847
dotnet-maestro[bot] Nov 15, 2025
9c9c560
Update dependencies from https://github.com/dotnet/dotnet build 291022
dotnet-maestro[bot] Nov 16, 2025
d88e46e
Update dependencies from https://github.com/dotnet/dotnet build 291132
dotnet-maestro[bot] Nov 18, 2025
ee812b0
Update dependencies from https://github.com/dotnet/dotnet build 291345
dotnet-maestro[bot] Nov 19, 2025
b91d3e3
Backflow from https://github.com/dotnet/dotnet / ea77dd1 build 291548
dotnet-maestro[bot] Nov 20, 2025
0ddc34d
Update dependencies from https://github.com/dotnet/dotnet build 291548
dotnet-maestro[bot] Nov 20, 2025
09c94ef
Update dependencies from https://github.com/dotnet/dotnet build 291616
dotnet-maestro[bot] Nov 21, 2025
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
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@
<!-- Loading certificate data through the constructor or Import is obsolete. Use X509CertificateLoader instead to load certific
ates https://learn.microsoft.com/en-gb/dotnet/fundamentals/syslib-diagnostics/syslib0057 -->
<NoWarn>$(NoWarn);SYSLIB0057;</NoWarn>

<!-- Some VMR builds will occur after MSBuild has gone stable, but other VMR repos haven't.
That means the .NET 10 packages referenced by the MSBuild packages will have unstable
version numbers. This is ok in that context, since VMR-produced MSBuild packages won't
be published. -->
<NoWarn Condition="'$(DotNetBuild)' == 'true'">$(NoWarn);NU5104;</NoWarn>
</PropertyGroup>

<!-- Configuration MSBuild for portable (xcopy-install) toolsets: works on WinNT and linux/mac via Mono, isolates from machine environment:
Expand Down
60 changes: 27 additions & 33 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,36 @@ This file should be imported by eng/Versions.props
-->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please don't merge until a backflow comes with the first build after #12709 is merged

<Project>
<PropertyGroup>
<!-- dotnet/runtime dependencies -->
<SystemCodeDomPackageVersion>9.0.9</SystemCodeDomPackageVersion>
<SystemCollectionsImmutablePackageVersion>9.0.9</SystemCollectionsImmutablePackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>9.0.9</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>9.0.9</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemDiagnosticsEventLogPackageVersion>9.0.9</SystemDiagnosticsEventLogPackageVersion>
<SystemFormatsAsn1PackageVersion>9.0.9</SystemFormatsAsn1PackageVersion>
<SystemFormatsNrbfPackageVersion>9.0.9</SystemFormatsNrbfPackageVersion>
<SystemReflectionMetadataPackageVersion>9.0.9</SystemReflectionMetadataPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>9.0.9</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>9.0.9</SystemResourcesExtensionsPackageVersion>
<SystemSecurityCryptographyPkcsPackageVersion>9.0.9</SystemSecurityCryptographyPkcsPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>9.0.9</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>9.0.9</SystemSecurityCryptographyXmlPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>9.0.9</SystemTextEncodingCodePagesPackageVersion>
<SystemTextJsonPackageVersion>9.0.9</SystemTextJsonPackageVersion>
<SystemThreadingChannelsPackageVersion>9.0.9</SystemThreadingChannelsPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>9.0.9</SystemThreadingTasksDataflowPackageVersion>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>10.0.0-beta.25531.2</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>10.0.0-beta.25531.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<!-- nuget/nuget.client dependencies -->
<NuGetBuildTasksPackageVersion>7.0.0-rc.288</NuGetBuildTasksPackageVersion>
<!-- dotnet/roslyn dependencies -->
<MicrosoftNetCompilersToolsetPackageVersion>5.3.0-2.25551.1</MicrosoftNetCompilersToolsetPackageVersion>
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkPackageVersion>11.0.0-beta.25570.101</MicrosoftDotNetArcadeSdkPackageVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>11.0.0-beta.25570.101</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>5.3.0-1.25570.101</MicrosoftNetCompilersToolsetPackageVersion>
<NuGetBuildTasksPackageVersion>7.0.0-preview.1.7101</NuGetBuildTasksPackageVersion>
<SystemCodeDomPackageVersion>10.0.0-rc.3.25570.101</SystemCodeDomPackageVersion>
<SystemCollectionsImmutablePackageVersion>10.0.0-rc.3.25570.101</SystemCollectionsImmutablePackageVersion>
<SystemConfigurationConfigurationManagerPackageVersion>10.0.0-rc.3.25570.101</SystemConfigurationConfigurationManagerPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>10.0.0-rc.3.25570.101</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemDiagnosticsEventLogPackageVersion>10.0.0-rc.3.25570.101</SystemDiagnosticsEventLogPackageVersion>
<SystemFormatsAsn1PackageVersion>10.0.0-rc.3.25570.101</SystemFormatsAsn1PackageVersion>
<SystemFormatsNrbfPackageVersion>10.0.0-rc.3.25570.101</SystemFormatsNrbfPackageVersion>
<SystemReflectionMetadataPackageVersion>10.0.0-rc.3.25570.101</SystemReflectionMetadataPackageVersion>
<SystemReflectionMetadataLoadContextPackageVersion>10.0.0-rc.3.25570.101</SystemReflectionMetadataLoadContextPackageVersion>
<SystemResourcesExtensionsPackageVersion>10.0.0-rc.3.25570.101</SystemResourcesExtensionsPackageVersion>
<SystemSecurityCryptographyPkcsPackageVersion>10.0.0-rc.3.25570.101</SystemSecurityCryptographyPkcsPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>10.0.0-rc.3.25570.101</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemSecurityCryptographyXmlPackageVersion>10.0.0-rc.3.25570.101</SystemSecurityCryptographyXmlPackageVersion>
<SystemTextEncodingCodePagesPackageVersion>10.0.0-rc.3.25570.101</SystemTextEncodingCodePagesPackageVersion>
<SystemTextJsonPackageVersion>10.0.0-rc.3.25570.101</SystemTextJsonPackageVersion>
<SystemThreadingChannelsPackageVersion>10.0.0-rc.3.25570.101</SystemThreadingChannelsPackageVersion>
<SystemThreadingTasksDataflowPackageVersion>10.0.0-rc.3.25570.101</SystemThreadingTasksDataflowPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
<!-- dotnet/runtime dependencies -->
<!-- dotnet/dotnet dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftDotNetXUnitExtensionsVersion>$(MicrosoftDotNetXUnitExtensionsPackageVersion)</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
<NuGetBuildTasksVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksVersion>
<SystemCodeDomVersion>$(SystemCodeDomPackageVersion)</SystemCodeDomVersion>
<SystemCollectionsImmutableVersion>$(SystemCollectionsImmutablePackageVersion)</SystemCollectionsImmutableVersion>
<SystemConfigurationConfigurationManagerVersion>$(SystemConfigurationConfigurationManagerPackageVersion)</SystemConfigurationConfigurationManagerVersion>
Expand All @@ -51,12 +52,5 @@ This file should be imported by eng/Versions.props
<SystemTextJsonVersion>$(SystemTextJsonPackageVersion)</SystemTextJsonVersion>
<SystemThreadingChannelsVersion>$(SystemThreadingChannelsPackageVersion)</SystemThreadingChannelsVersion>
<SystemThreadingTasksDataflowVersion>$(SystemThreadingTasksDataflowPackageVersion)</SystemThreadingTasksDataflowVersion>
<!-- dotnet/arcade dependencies -->
<MicrosoftDotNetArcadeSdkVersion>$(MicrosoftDotNetArcadeSdkPackageVersion)</MicrosoftDotNetArcadeSdkVersion>
<MicrosoftDotNetXUnitExtensionsVersion>$(MicrosoftDotNetXUnitExtensionsPackageVersion)</MicrosoftDotNetXUnitExtensionsVersion>
<!-- nuget/nuget.client dependencies -->
<NuGetBuildTasksVersion>$(NuGetBuildTasksPackageVersion)</NuGetBuildTasksVersion>
<!-- dotnet/roslyn dependencies -->
<MicrosoftNetCompilersToolsetVersion>$(MicrosoftNetCompilersToolsetPackageVersion)</MicrosoftNetCompilersToolsetVersion>
</PropertyGroup>
</Project>
145 changes: 64 additions & 81 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,126 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<Source Uri="https://github.com/dotnet/dotnet" Mapping="msbuild" Sha="cdc420f453860b662a76fcc72672ed2a65243146" BarId="288940" />
<Source Uri="https://github.com/dotnet/dotnet" Mapping="msbuild" Sha="e9a2ab63ad60de1afff34ddc3f09257093ea034a" BarId="291616" />
<ProductDependencies>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.CodeDom" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.CodeDom" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Collections.Immutable" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Collections.Immutable" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Configuration.ConfigurationManager" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Configuration.ConfigurationManager" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Diagnostics.DiagnosticSource" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Diagnostics.EventLog" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Diagnostics.EventLog" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Formats.Asn1" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Formats.Asn1" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Formats.Nrbf" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Formats.Nrbf" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Reflection.Metadata" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Reflection.Metadata" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Reflection.MetadataLoadContext" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Resources.Extensions" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Resources.Extensions" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Security.Cryptography.ProtectedData" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Security.Cryptography.Pkcs" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Security.Cryptography.Pkcs" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Security.Cryptography.Xml" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Security.Cryptography.Xml" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Text.Encoding.CodePages" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Text.Encoding.CodePages" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Text.Json" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Text.Json" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Threading.Channels" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Threading.Channels" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<!-- Necessary for source-build. This allows the live version of the package to be used by source-build. -->
<Dependency Name="System.Threading.Tasks.Dataflow" Version="9.0.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>
</Sha>
<Dependency Name="System.Threading.Tasks.Dataflow" Version="10.0.0-rc.3.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-rc.288">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>5514d935e3e77d90d931758cf9e2589735b905a3</Sha>
<Dependency Name="NuGet.Build.Tasks" Version="7.0.0-preview.1.7101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.3.0-2.25551.1">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>f695099448581f1f2e84ee493c2c5abc7951e8f9</Sha>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="5.3.0-1.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25531.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>fb1799f60d1cbae6ef22fa0bcd694d9e16f7767a</Sha>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25570.101">
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>e9a2ab63ad60de1afff34ddc3f09257093ea034a</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
17 changes: 2 additions & 15 deletions eng/common/SetupNugetSources.ps1

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading