Skip to content

Commit 419501c

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190930.3 (#3701)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19480.3 - Microsoft.DotNet.SignTool - 5.0.0-beta.19480.3
1 parent 49d44f3 commit 419501c

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="5.0.0-beta.19477.2">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19480.3">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>14abaee3dba41fbe608431fb6a4f4b2435dcac33</Sha>
8+
<Sha>238f1bbb23ba67616818d0b242c5b55a18edec55</Sha>
99
</Dependency>
10-
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19477.2">
10+
<Dependency Name="Microsoft.DotNet.SignTool" Version="5.0.0-beta.19480.3">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>14abaee3dba41fbe608431fb6a4f4b2435dcac33</Sha>
12+
<Sha>238f1bbb23ba67616818d0b242c5b55a18edec55</Sha>
1313
</Dependency>
1414
<Dependency Name="Microsoft.NET.HostModel" Version="3.1.0-preview1.19463.3">
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>5.0.0-beta.19477.2</MicrosoftDotNetSignToolVersion>
27+
<MicrosoftDotNetSignToolVersion>5.0.0-beta.19480.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": "5.0.0-beta.19477.2",
9+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19480.3",
1010
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19215.12"
1111
}
1212
}

0 commit comments

Comments
 (0)