Skip to content

Commit 799a2da

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190910.3 (#2331)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3 - Microsoft.DotNet.GenAPI - 1.0.0-beta.19460.3 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19460.3
1 parent 039fa8f commit 799a2da

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

eng/Version.Details.xml

+6-6
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.19459.10">
79+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19460.3">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
81+
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
8282
</Dependency>
83-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19459.10">
83+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19460.3">
8484
<Uri>https://github.com/dotnet/arcade</Uri>
85-
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
85+
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
8686
</Dependency>
87-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19459.10">
87+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19460.3">
8888
<Uri>https://github.com/dotnet/arcade</Uri>
89-
<Sha>f5ccfdcbd828383d39cf583086ef42d72ca5b320</Sha>
89+
<Sha>0f5cfb20a355c27bc84cedd049c946b44a7fc1da</Sha>
9090
</Dependency>
9191
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-rc2.19459.12" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
9292
<Uri>https://github.com/dotnet/corefx</Uri>

eng/Versions.props

+1-1
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.19459.12</MicrosoftNETCorePlatformsPackageVersion>
6363
<!-- Packages from dotnet/arcade -->
64-
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19459.10</MicrosoftDotNetGenAPIPackageVersion>
64+
<MicrosoftDotNetGenAPIPackageVersion>1.0.0-beta.19460.3</MicrosoftDotNetGenAPIPackageVersion>
6565
<!-- Packages from dotnet/roslyn -->
6666
<MicrosoftNetCompilersToolsetVersion>3.3.1-beta3-19456-04</MicrosoftNetCompilersToolsetVersion>
6767
</PropertyGroup>

global.json

+2-2
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.19459.10",
15-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19459.10"
14+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19460.3",
15+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19460.3"
1616
}
1717
}

0 commit comments

Comments
 (0)