Skip to content

Commit d43fa60

Browse files
dotnet-maestro[bot]mfilippov
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20211019.3 (dotnet#6973)
This pull request updates the following dependencies - **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 45a7d22 commit d43fa60

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
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.21566.8">
8+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21519.3">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>958161a35309eed8a0ab8658573a07f6dd4dfbe0</Sha>
10+
<Sha>85f3aa16d8797b5020f1fda11df1a958feb5f8df</Sha>
1111
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1212
</Dependency>
13-
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.4.243">
13+
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-rc.262">
1414
<Uri>https://github.com/nuget/nuget.client</Uri>
15-
<Sha>f82431ecc38a28f396d527446834c7de679a6722</Sha>
15+
<Sha>e3016693e01536996921d613152648d66eb0ce99</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-5.21469.2">
17+
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.0.0-6.21515.3">
1818
<Uri>https://github.com/dotnet/roslyn</Uri>
19-
<Sha>c1d8c6f043bc80425c6828455eb57f8a404759c6</Sha>
19+
<Sha>95b7a0198f8c805b367f17e4639020ec21c16705</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21566.8">
21+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21519.3">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>958161a35309eed8a0ab8658573a07f6dd4dfbe0</Sha>
23+
<Sha>85f3aa16d8797b5020f1fda11df1a958feb5f8df</Sha>
2424
</Dependency>
2525
</ToolsetDependencies>
2626
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
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.21566.8</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>
38-
<MicrosoftNetCompilersToolsetVersion>4.0.0-5.21469.2</MicrosoftNetCompilersToolsetVersion>
39-
<NuGetBuildTasksVersion>6.0.0-preview.4.243</NuGetBuildTasksVersion>
38+
<MicrosoftNetCompilersToolsetVersion>4.0.0-6.21515.3</MicrosoftNetCompilersToolsetVersion>
39+
<NuGetBuildTasksVersion>6.0.0-rc.262</NuGetBuildTasksVersion>
4040
</PropertyGroup>
4141
<Target Name="OverrideArcadeFileVersion" AfterTargets="_InitializeAssemblyVersion">
4242
<!-- See https://github.com/dotnet/arcade/issues/3386

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.21573.2"
18+
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21519.3"
1919
}
2020
}

0 commit comments

Comments
 (0)