Skip to content

Commit ac5611a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190908.2 (#2316)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19458.2 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19458.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19458.2
1 parent d931f72 commit ac5611a

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
@@ -76,17 +76,17 @@
7676
</Dependency>
7777
</ProductDependencies>
7878
<ToolsetDependencies>
79-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.10">
79+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19458.2">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
81+
<Sha>29ee79a10c58dd6863a46157e374521cac610ad8</Sha>
8282
</Dependency>
83-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19456.10">
83+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19458.2">
8484
<Uri>https://github.com/dotnet/arcade</Uri>
85-
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
85+
<Sha>29ee79a10c58dd6863a46157e374521cac610ad8</Sha>
8686
</Dependency>
87-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.10">
87+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19458.2">
8888
<Uri>https://github.com/dotnet/arcade</Uri>
89-
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
89+
<Sha>29ee79a10c58dd6863a46157e374521cac610ad8</Sha>
9090
</Dependency>
9191
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc2.19457.8" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9292
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!-- Workaround https://github.com/dotnet/cli/issues/10528-->
6262
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-rc2.19457.8</MicrosoftNETCorePlatformsPackageVersion>
6363
<!-- Packages from dotnet/arcade -->
64-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19456.10</MicrosoftDotNetGenAPIPackageVersion>
64+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19458.2</MicrosoftDotNetGenAPIPackageVersion>
6565
<!-- Packages from dotnet/roslyn -->
6666
<MicrosoftNetCompilersToolsetVersion>3.3.1-beta3-19456-04</MicrosoftNetCompilersToolsetVersion>
6767
</PropertyGroup>

global.json

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

0 commit comments

Comments
 (0)