Skip to content

Commit b18fd59

Browse files
authored
Merge branch 'main' into finalizer-csharp
2 parents 8b9c177 + dbd50c9 commit b18fd59

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -640,34 +640,34 @@
640640
</Dependency>
641641
</ProductDependencies>
642642
<ToolsetDependencies>
643-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25162.4">
643+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25163.2">
644644
<Uri>https://github.com/dotnet/arcade</Uri>
645-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
645+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
646646
</Dependency>
647-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25162.4">
647+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="10.0.0-beta.25163.2">
648648
<Uri>https://github.com/dotnet/arcade</Uri>
649-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
649+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
650650
</Dependency>
651-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25162.4">
651+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25163.2">
652652
<Uri>https://github.com/dotnet/arcade</Uri>
653-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
653+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
654654
</Dependency>
655-
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.25162.4">
655+
<Dependency Name="Microsoft.DotNet.SignTool" Version="10.0.0-beta.25163.2">
656656
<Uri>https://github.com/dotnet/arcade</Uri>
657-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
657+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
658658
</Dependency>
659-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25162.4">
659+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25163.2">
660660
<Uri>https://github.com/dotnet/arcade</Uri>
661-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
661+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
662662
</Dependency>
663-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25162.4">
663+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.25163.2">
664664
<Uri>https://github.com/dotnet/arcade</Uri>
665-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
665+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
666666
</Dependency>
667667
<!-- Intermediate is necessary for source build. -->
668-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25162.4">
668+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25163.2">
669669
<Uri>https://github.com/dotnet/arcade</Uri>
670-
<Sha>f5a7c5d5c56197b09715dece7541ca06beb94eb0</Sha>
670+
<Sha>8e4ea93f74bfbefa0df803dc8c842fa4cf65502c</Sha>
671671
<SourceBuild RepoName="arcade" ManagedOnly="true" />
672672
</Dependency>
673673
<Dependency Name="System.Reflection.MetadataLoadContext" Version="10.0.0-preview.3.25162.19">

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,10 @@
276276
</PropertyGroup>
277277
<PropertyGroup>
278278
<!-- Dependencies from https://github.com/dotnet/arcade -->
279-
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25162.4</MicrosoftDotNetBuildTasksInstallersPackageVersion>
280-
<MicrosoftDotNetSignToolVersion>10.0.0-beta.25162.4</MicrosoftDotNetSignToolVersion>
281-
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.25162.4</MicrosoftDotNetXliffTasksVersion>
282-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25162.4</MicrosoftDotNetXUnitExtensionsVersion>
279+
<MicrosoftDotNetBuildTasksInstallersPackageVersion>10.0.0-beta.25163.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
280+
<MicrosoftDotNetSignToolVersion>10.0.0-beta.25163.2</MicrosoftDotNetSignToolVersion>
281+
<MicrosoftDotNetXliffTasksVersion>10.0.0-beta.25163.2</MicrosoftDotNetXliffTasksVersion>
282+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25163.2</MicrosoftDotNetXUnitExtensionsVersion>
283283
</PropertyGroup>
284284
<PropertyGroup>
285285
<!-- Dependencies from https://github.com/dotnet/sourcelink -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25162.4",
18-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25162.4",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25163.2",
18+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25163.2",
1919
"Microsoft.Build.NoTargets": "3.7.0"
2020
}
2121
}

0 commit comments

Comments
 (0)