Skip to content

Commit

Permalink
Update dependencies from https://github.com/dotnet/arcade build 20190…
Browse files Browse the repository at this point in the history
…808.13 (#3639)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19408.13
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19408.13
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19408.13
- Microsoft.DotNet.SignTool - 1.0.0-beta.19408.13
- Microsoft.DotNet.SwaggerGenerator.MSBuild - 1.0.0-beta.19408.13
  • Loading branch information
dotnet-maestro[bot] authored Aug 9, 2019
1 parent 5b66439 commit 7d28c50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19407.9">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19408.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19407.9">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19408.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19407.9">
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19408.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19407.9">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19408.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="1.0.0-beta.19407.9">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="1.0.0-beta.19408.13">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>77597ba7f484bef24368d966b7fe91fe38ec973b</Sha>
<Sha>524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19375.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<XUnitVersion>2.4.1</XUnitVersion>
<XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
<XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion>
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19407.9</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19407.9</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19408.13</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19408.13</MicrosoftDotNetSignToolVersion>
<MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion>
<MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion>
<MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion>
Expand All @@ -70,6 +70,6 @@
<MicrosoftDiaSymReaderConverterVersion>1.1.0-beta1-62810-01</MicrosoftDiaSymReaderConverterVersion>
<MicrosoftDiaSymReaderNativeVersion>1.7.0</MicrosoftDiaSymReaderNativeVersion>
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.19375.4</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>1.0.0-beta.19407.9</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>1.0.0-beta.19408.13</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19407.9"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19408.13"
}
}

0 comments on commit 7d28c50

Please sign in to comment.