Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade devdiv/DevDiv/vs-code-c…
Browse files Browse the repository at this point in the history
…overage (#3052)

* Update dependencies from https://github.com/dotnet/arcade build 20210909.5

Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
 From Version 7.0.0-beta.21453.2 -> To Version 7.0.0-beta.21459.5

* Update dependencies from https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage build 20210913.1

Microsoft.Internal.CodeCoverage
 From Version 17.0.0-beta.21460.4 -> To Version 17.0.0-beta.21463.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 15, 2021
1 parent 876a0b9 commit 86a7bf7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.0.0-beta.21460.4">
<Dependency Name="Microsoft.Internal.CodeCoverage" Version="17.0.0-beta.21463.1">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
<Sha>f2cb6a23aa494459d79bef06833865f2287c4689</Sha>
<Sha>9c9f7db23df0474968fa2ea54e94330259e794f6</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21453.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
<Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.21453.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
<Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.21453.2">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
<Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21453.2">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
<Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.21453.2">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.21459.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0ec8dbacaefa7ccdb4bc96e120e07dc60c6eda98</Sha>
<Sha>fa4a48044d33222537e6dbd000f8a2adaa7a15c7</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.20074.1">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand Down
8 changes: 4 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<XUnitVersion>2.4.1</XUnitVersion>
<XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
<XUnitVSRunnerVersion>2.4.1</XUnitVSRunnerVersion>
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.21453.2</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>7.0.0-beta.21453.2</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.21459.5</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetSignToolVersion>7.0.0-beta.21459.5</MicrosoftDotNetSignToolVersion>
<MicrosoftAzureDocumentDBVersion>1.22.0</MicrosoftAzureDocumentDBVersion>
<MicrosoftAzureCosmosDBTableVersion>1.1.2</MicrosoftAzureCosmosDBTableVersion>
<MicrosoftAspNetCoreAllVersion>2.0.0</MicrosoftAspNetCoreAllVersion>
Expand All @@ -73,13 +73,13 @@
<MicrosoftDiaSymReaderNativeVersion>1.7.0</MicrosoftDiaSymReaderNativeVersion>
<MicrosoftDotNetMaestroClientVersion>1.1.0-beta.20074.1</MicrosoftDotNetMaestroClientVersion>
<MicrosoftSourceLinkVersion>1.0.0-beta2-19554-01</MicrosoftSourceLinkVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>7.0.0-beta.21453.2</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<MicrosoftDotNetSwaggerGeneratorMSBuildVersion>7.0.0-beta.21459.5</MicrosoftDotNetSwaggerGeneratorMSBuildVersion>
<XliffTasksVersion>1.0.0-beta.21272.1</XliffTasksVersion>
<!-- Roslyn -->
<!-- WARNING: Depending on Roslyn in code that also supports unmanaged scenarios (e.g. C++,
JS etc.) is risky. This can break setup authoring and cause runtime failures in workloads
where Rolsyn is not installed. -->
<MicrosoftCodeAnalysisVersion>3.8.0-3.20427.2</MicrosoftCodeAnalysisVersion>
<MicrosoftInternalCodeCoverageVersion>17.0.0-beta.21460.4</MicrosoftInternalCodeCoverageVersion>
<MicrosoftInternalCodeCoverageVersion>17.0.0-beta.21463.1</MicrosoftInternalCodeCoverageVersion>
</PropertyGroup>
</Project>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dotnet": "6.0.100-rc.1.21430.12"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21453.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21453.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21459.5",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21459.5"
}
}

0 comments on commit 86a7bf7

Please sign in to comment.