Skip to content

Commit

Permalink
Merge commit '45b86ca12ce60e748d21c67d436253a1246a7320'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirroring committed Oct 10, 2024
2 parents d211b94 + 45b86ca commit 812b7e2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-b357f86" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b357f86c/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime-b357f86-2" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-b357f86c-2/nuget/v3/index.json" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
Expand All @@ -19,6 +20,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<!-- Begin: Package sources from dotnet-runtime -->
<add key="darc-int-dotnet-runtime-b357f86-2" value="true" />
<add key="darc-int-dotnet-runtime-b357f86" value="true" />
<!-- End: Package sources from dotnet-runtime -->
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
Expand Down
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,29 +126,29 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.24508.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>bb06ac242cf3faf5cef64127bdd11c3a4f060c06</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>6.0.0-beta.24459.5</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.24459.5</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>6.0.0-beta.24459.5</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>6.0.0-beta.24508.2</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>6.0.0-beta.24508.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>6.0.0-beta.24508.2</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>17.4.0-preview-20220707-01</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
10 changes: 5 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "6.0.133",
"dotnet": "6.0.135",
"runtimes": {
"dotnet/x64": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
Expand All @@ -11,12 +11,12 @@
}
},
"sdk": {
"version": "6.0.133"
"version": "6.0.135"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24459.5",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24459.5",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24508.2",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24508.2",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.24508.2",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.35-servicing.24459.18"
},
Expand Down

0 comments on commit 812b7e2

Please sign in to comment.