Skip to content

Commit 053feb0

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240404.3 (#9979)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XUnitExtensions From Version 8.0.0-beta.24179.4 -> To Version 8.0.0-beta.24204.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent d62b21f commit 053feb0

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
</Dependency>
6868
</ProductDependencies>
6969
<ToolsetDependencies>
70-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24179.4">
70+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24204.3">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
72+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
7373
</Dependency>
7474
<!-- Intermediate is necessary for source build. -->
75-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24179.4">
75+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24204.3">
7676
<Uri>https://github.com/dotnet/arcade</Uri>
77-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
77+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
7878
<SourceBuild RepoName="arcade" ManagedOnly="true" />
7979
</Dependency>
8080
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -96,9 +96,9 @@
9696
<Sha>cbca41cad4e21c29548e9e57d7135740b6f78df9</Sha>
9797
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
9898
</Dependency>
99-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24179.4">
99+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24204.3">
100100
<Uri>https://github.com/dotnet/arcade</Uri>
101-
<Sha>fc2b7849b25c4a21457feb6da5fc7c9806a80976</Sha>
101+
<Sha>188340e12c0a372b1681ad6a5e72c608021efdba</Sha>
102102
</Dependency>
103103
</ToolsetDependencies>
104104
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
Otherwise, this version of dotnet will not be installed and the build will error out. -->
4949
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5050
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
51-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24179.4</MicrosoftDotNetXUnitExtensionsVersion>
51+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24204.3</MicrosoftDotNetXUnitExtensionsVersion>
5252
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5353
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
5454
<MicrosoftNetCompilersToolsetVersion>4.10.0-3.24202.15</MicrosoftNetCompilersToolsetVersion>

eng/common/templates-official/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eng/common/templates/steps/component-governance.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.8.5"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24179.4"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24204.3"
1414
}
1515
}

0 commit comments

Comments
 (0)