Skip to content

Commit 320c832

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20200102.1 (#4122)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20052.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.20052.1 - Microsoft.DotNet.SignTool - 5.0.0-beta.20052.1
1 parent 8c18991 commit 320c832

File tree

4 files changed

+9
-32
lines changed

4 files changed

+9
-32
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20051.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20052.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>bbd4a95d4bcb6e06f88a8590e18e499a6169b66e</Sha>
8+
<Sha>98cc270f5e08096729fc7d54ffafa9e3c6576316</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20051.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20052.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>bbd4a95d4bcb6e06f88a8590e18e499a6169b66e</Sha>
12+
<Sha>98cc270f5e08096729fc7d54ffafa9e3c6576316</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20051.1">
14+
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.20052.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>bbd4a95d4bcb6e06f88a8590e18e499a6169b66e</Sha>
16+
<Sha>98cc270f5e08096729fc7d54ffafa9e3c6576316</Sha>
1717
</Dependency>
1818
<Dependency Name="Microsoft.NET.HostModel" Version="5.0.0-alpha.1.19631.3">
1919
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<PlatformAbstractionsVersion>2.0.0</PlatformAbstractionsVersion>
2626
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
2727
<SystemReflectionMetadataVersion>1.5.0</SystemReflectionMetadataVersion>
28-
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20051.1</MicrosoftDotNetSignToolVersion>
28+
<MicrosoftDotNetSignToolVersion>5.0.0-beta.20052.1</MicrosoftDotNetSignToolVersion>
2929
</PropertyGroup>
3030
<!-- Get .NET Framework reference assemblies from NuGet packages -->
3131
<PropertyGroup>

eng/common/templates/steps/publish-logs.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77
},
88
"msbuild-sdks": {
9-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20051.1",
10-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20051.1"
9+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20052.1",
10+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20052.1"
1111
}
1212
}

0 commit comments

Comments
 (0)