Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20201…
Browse files Browse the repository at this point in the history
…120.2 (#14634)

[release/3.1.4xx] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Nov 20, 2020
1 parent 0753680 commit dccd805
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20569.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20570.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19</Sha>
<Sha>6afe5f93699b6512ee07362fa451317a2ce34f7b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20569.8">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.20570.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19</Sha>
<Sha>6afe5f93699b6512ee07362fa451317a2ce34f7b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.20569.8">
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.20570.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>c8e0cc19e7406ab0e2b2998b9c7a9249ef801b19</Sha>
<Sha>6afe5f93699b6512ee07362fa451317a2ce34f7b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.6">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
<SystemReflectionMetadataVersion>1.5.0</SystemReflectionMetadataVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.20569.8</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.20570.2</MicrosoftDotNetSignToolVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/post-build/post-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameters:
enableSourceLinkValidation: false
enableSigningValidation: false
enableSigningValidation: true
enableSymbolValidation: false
enableNugetValidation: true
publishInstallersAndChecksums: false
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20569.8",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20569.8"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20570.2",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20570.2"
}
}

0 comments on commit dccd805

Please sign in to comment.