Skip to content

Commit 56c30ac

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20211019.3 (#6973)
This pull request updates the following dependencies ## From https://github.com/dotnet/arcade - **Subscription**: 93d865d2-823f-4e4d-e0b6-08d91b0a84f2 - **Build**: 20211019.3 - **Date Produced**: October 19, 2021 5:29:27 PM UTC - **Commit**: 85f3aa16d8797b5020f1fda11df1a958feb5f8df - **Branch**: refs/heads/release/6.0 - **Updates**: - **Microsoft.DotNet.XUnitExtensions**: [from 6.0.0-beta.21515.3 to 6.0.0-beta.21519.3][1] - **Microsoft.DotNet.Arcade.Sdk**: [from 6.0.0-beta.21515.3 to 6.0.0-beta.21519.3][1] [1]: dotnet/arcade@f389f73...85f3aa1
1 parent 6847327 commit 56c30ac

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>
66
<Sha />
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21515.3">
8+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21519.3">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
10+
<Sha>85f3aa16d8797b5020f1fda11df1a958feb5f8df</Sha>
1111
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1212
</Dependency>
1313
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-rc.262">
@@ -18,9 +18,9 @@
1818
<Uri>https://github.com/dotnet/roslyn</Uri>
1919
<Sha>95b7a0198f8c805b367f17e4639020ec21c16705</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21515.3">
21+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21519.3">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>f389f732d8cdca8ee1e38a534cf10c8c3182ba39</Sha>
23+
<Sha>85f3aa16d8797b5020f1fda11df1a958feb5f8df</Sha>
2424
</Dependency>
2525
</ToolsetDependencies>
2626
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- DotNetCliVersion MUST match the dotnet version in global.json.
3333
Otherwise, this version of dotnet will not be installed and the build will error out. -->
3434
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
35-
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21515.3</MicrosoftDotNetXUnitExtensionsVersion>
35+
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21519.3</MicrosoftDotNetXUnitExtensionsVersion>
3636
<MicrosoftCodeAnalysisBannedApiAnalyzersVersion>3.3.2</MicrosoftCodeAnalysisBannedApiAnalyzersVersion>
3737
<MicrosoftExtensionsDependencyModelVersion>6.0.0-preview.2.21154.6</MicrosoftExtensionsDependencyModelVersion>
3838
<MicrosoftNetCompilersToolsetVersion>4.0.0-6.21515.3</MicrosoftNetCompilersToolsetVersion>

eng/common/templates/post-build/post-build.yml

Lines changed: 0 additions & 5 deletions
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
@@ -15,6 +15,6 @@
1515
},
1616
"msbuild-sdks": {
1717
"Microsoft.Build.CentralPackageVersions": "2.0.1",
18-
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21515.3"
18+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21519.3"
1919
}
2020
}

0 commit comments

Comments
 (0)