Skip to content

Commit f6092ee

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191225.1 (#4098)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19625.1 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19625.1 - Microsoft.DotNet.SignTool - 5.0.0-beta.19625.1
1 parent a68d13a commit f6092ee

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.19624.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19625.1">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>b7573607e81dd496c0270ba724f5ece5568bd311</Sha>
8+
<Sha>4808b9983dea4d99e40df6215233ea78d396df6f</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19624.1">
10+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.19625.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>b7573607e81dd496c0270ba724f5ece5568bd311</Sha>
12+
<Sha>4808b9983dea4d99e40df6215233ea78d396df6f</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19624.1">
14+
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19625.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>b7573607e81dd496c0270ba724f5ece5568bd311</Sha>
16+
<Sha>4808b9983dea4d99e40df6215233ea78d396df6f</Sha>
1717
</Dependency>
1818
<Dependency Name="Microsoft.NET.HostModel" Version="5.0.0-alpha.1.19623.2">
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.19624.1</MicrosoftDotNetSignToolVersion>
28+
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19625.1</MicrosoftDotNetSignToolVersion>
2929
</PropertyGroup>
3030
<!-- Get .NET Framework reference assemblies from NuGet packages -->
3131
<PropertyGroup>

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.19624.1",
10-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19624.1"
9+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19625.1",
10+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19625.1"
1111
}
1212
}

0 commit comments

Comments
 (0)