Skip to content

Commit d320a52

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20260408.4
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.26201.4 -> To Version 10.0.0-beta.26208.4
1 parent 98e21f0 commit d320a52

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet</Uri>
2323
<Sha>b0f34d51fccc69fd334253924abd8d6853fad7aa</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26208.2">
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.26208.4">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>bfe01369a7304a011f6913a1184316c2bb217d9d</Sha>
27+
<Sha>ecdd5c6a7986cafabbf6a322ea09a07736a01a0d</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.26208.2">
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.26208.4">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>bfe01369a7304a011f6913a1184316c2bb217d9d</Sha>
31+
<Sha>ecdd5c6a7986cafabbf6a322ea09a07736a01a0d</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26208.2">
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.26208.4">
3434
<Uri>https://github.com/dotnet/arcade</Uri>
35-
<Sha>bfe01369a7304a011f6913a1184316c2bb217d9d</Sha>
35+
<Sha>ecdd5c6a7986cafabbf6a322ea09a07736a01a0d</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26208.2">
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.26208.4">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>bfe01369a7304a011f6913a1184316c2bb217d9d</Sha>
39+
<Sha>ecdd5c6a7986cafabbf6a322ea09a07736a01a0d</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.26208.2">
41+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.26208.4">
4242
<Uri>https://github.com/dotnet/arcade</Uri>
43-
<Sha>bfe01369a7304a011f6913a1184316c2bb217d9d</Sha>
43+
<Sha>ecdd5c6a7986cafabbf6a322ea09a07736a01a0d</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.FileFormats" Version="1.0.717301">
4646
<Uri>https://github.com/dotnet/diagnostics</Uri>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
<!-- dotnet/dotnet references -->
5757
<MicrosoftAspNetCoreAppRuntimewinx64Version>10.0.0</MicrosoftAspNetCoreAppRuntimewinx64Version>
5858
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.100</MicrosoftCodeAnalysisNetAnalyzersVersion>
59-
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.26208.2</MicrosoftDotNetBuildTasksArchivesVersion>
60-
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.26208.2</MicrosoftDotNetCodeAnalysisVersion>
61-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.26208.2</MicrosoftDotNetXUnitExtensionsVersion>
59+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.26208.4</MicrosoftDotNetBuildTasksArchivesVersion>
60+
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.26208.4</MicrosoftDotNetCodeAnalysisVersion>
61+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.26208.4</MicrosoftDotNetXUnitExtensionsVersion>
6262
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0</MicrosoftNETCoreAppRuntimewinx64Version>
6363
<SystemCommandLineVersion>2.0.0</SystemCommandLineVersion>
6464
<VSRedistCommonAspNetCoreSharedFrameworkx64100Version>10.0.0-rtm.25523.111</VSRedistCommonAspNetCoreSharedFrameworkx64100Version>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"msbuild-sdks": {
2828
"Microsoft.Build.NoTargets": "3.7.0",
29-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26208.2",
30-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26208.2"
29+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26208.4",
30+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26208.4"
3131
}
3232
}

0 commit comments

Comments
 (0)