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
…825.1 (#3767)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1
- Microsoft.DotNet.Build.Tasks.Feed - 2.2.0-beta.19425.1
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19425.1
- Microsoft.DotNet.SignTool - 1.0.0-beta.19425.1
- Microsoft.DotNet.SwaggerGenerator.MSBuild - 1.0.0-beta.19425.1
  • Loading branch information
dotnet-maestro[bot] authored Aug 26, 2019
1 parent 2de3acc commit 397316e
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.19424.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19425.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7b5eb8de300b6a30bd797c4ecc8769f7028aeec</Sha>
<Sha>2de3acc671fc624191672a45564f9ef130af5cd4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19424.1">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="2.2.0-beta.19425.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7b5eb8de300b6a30bd797c4ecc8769f7028aeec</Sha>
<Sha>2de3acc671fc624191672a45564f9ef130af5cd4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19424.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="1.0.0-beta.19425.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7b5eb8de300b6a30bd797c4ecc8769f7028aeec</Sha>
<Sha>2de3acc671fc624191672a45564f9ef130af5cd4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19424.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19425.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7b5eb8de300b6a30bd797c4ecc8769f7028aeec</Sha>
<Sha>2de3acc671fc624191672a45564f9ef130af5cd4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="1.0.0-beta.19424.1">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="1.0.0-beta.19425.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a7b5eb8de300b6a30bd797c4ecc8769f7028aeec</Sha>
<Sha>2de3acc671fc624191672a45564f9ef130af5cd4</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19422.2">
<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.19424.1</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19424.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetBuildTasksFeedVersion>2.2.0-beta.19425.1</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>1.0.0-beta.19425.1</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.19422.2</MicrosoftDotNetMaestroClientVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>1.0.0-beta.19424.1</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>1.0.0-beta.19425.1</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.19424.1",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19424.1"
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19425.1",
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19425.1"
}
}

0 comments on commit 397316e

Please sign in to comment.