Skip to content

Commit f941920

Browse files
dotnet-maestro[bot]joperezr
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20190812.1 (#670)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.1 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19412.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19412.1
1 parent 3c7fd04 commit f941920

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
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ToolsetDependencies>
4-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19411.1">
4+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19412.1">
55
<Uri>https://github.com/dotnet/arcade</Uri>
6-
<Sha>a11024c8c22cc762011addafc30c653c938048f4</Sha>
6+
<Sha>ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19411.1">
8+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19412.1">
99
<Uri>https://github.com/dotnet/arcade</Uri>
10-
<Sha>a11024c8c22cc762011addafc30c653c938048f4</Sha>
10+
<Sha>ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19411.1">
12+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19412.1">
1313
<Uri>https://github.com/dotnet/arcade</Uri>
14-
<Sha>a11024c8c22cc762011addafc30c653c938048f4</Sha>
14+
<Sha>ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a</Sha>
1515
</Dependency>
1616
</ToolsetDependencies>
1717
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PreReleaseVersionLabel>prerelease</PreReleaseVersionLabel>
5-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19411.1</MicrosoftDotNetGenAPIPackageVersion>
5+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19412.1</MicrosoftDotNetGenAPIPackageVersion>
66
</PropertyGroup>
77
<!-- Restore sources -->
88
<PropertyGroup>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"version": "3.0.100-preview6-012264"
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1",
15-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19411.1"
14+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.1",
15+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19412.1"
1616
}
1717
}

0 commit comments

Comments
 (0)