Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#6516)
Browse files Browse the repository at this point in the history
This pull request updates the following dependencies

From https://github.com/dotnet/arcade
Subscription: 93d865d2-823f-4e4d-e0b6-08d91b0a84f2
Build: 20210602.1
Date Produced: 6/2/2021 5:18 PM
Commit: 9945dc4ebbb511b027df34cb5ab579f6395d1dda
Branch: refs/heads/main
Updates:
Microsoft.DotNet.Arcade.Sdk: from 6.0.0-beta.21281.1 to 6.0.0-beta.21302.1
  • Loading branch information
dotnet-maestro[bot] committed Jun 3, 2021
1 parent 46b723b commit 206d7ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21281.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21302.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c7d6bd607715f334cda90e01967bb0c02dee09be</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true"/>
<Sha>9945dc4ebbb511b027df34cb5ab579f6395d1dda</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.0.0-preview.1.66">
<Uri>https://github.com/nuget/nuget.client</Uri>
Expand Down
3 changes: 2 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<!-- Repo Toolset Features -->
<PropertyGroup Condition="'$(MonoBuild)' != 'true'">
<UsingToolIbcOptimization>true</UsingToolIbcOptimization>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers><!-- Force a specific compiler version because record changes cause genapi output to flip-flop -->
<!-- Force a specific compiler version because record changes cause genapi output to flip-flop -->
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
<UsingToolVisualStudioIbcTraining>true</UsingToolVisualStudioIbcTraining>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<UsingToolVSSDK>true</UsingToolVSSDK>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"msbuild-sdks": {
"Microsoft.Build.CentralPackageVersions": "2.0.1",
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21281.1"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21302.1"
}
}

0 comments on commit 206d7ae

Please sign in to comment.