Skip to content

Commit e48fd67

Browse files
authored
Revert "Update dependencies from https://github.com/dotnet/arcade build 20191017.3 (#3795)" (#3798)
This reverts commit 90bd1be.
1 parent 542a124 commit e48fd67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19517.3">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19474.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
8+
<Sha>0e9ffd6464aff37aef2dc41dc2162d258f266e32</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19517.3">
10+
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19474.3">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>a42a124635ce1a218309ecb31ec59d559cacb886</Sha>
12+
<Sha>0e9ffd6464aff37aef2dc41dc2162d258f266e32</Sha>
1313
</Dependency>
1414
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.0-preview2.19525.6">
1515
<Uri>https://github.com/dotnet/core-setup</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
2525
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
2626
<SystemReflectionMetadataVersion>1.5.0</SystemReflectionMetadataVersion>
27-
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19517.3</MicrosoftDotNetSignToolVersion>
27+
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19474.3</MicrosoftDotNetSignToolVersion>
2828
</PropertyGroup>
2929
<!-- Get .NET Framework reference assemblies from NuGet packages -->
3030
<PropertyGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"msbuild-sdks": {
9-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19517.3",
9+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3",
1010
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19215.12"
1111
}
1212
}

0 commit comments

Comments
 (0)