Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#3789)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] committed Sep 9, 2024
1 parent aa0f896 commit 84282ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24456.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.24459.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7cd1cae2edfb3895f5f0ee577131e0214ed8af1a</Sha>
<Sha>8260f289b9d748432a34680a1afeac677cda6049</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24456.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.24459.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7cd1cae2edfb3895f5f0ee577131e0214ed8af1a</Sha>
<Sha>8260f289b9d748432a34680a1afeac677cda6049</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24456.3">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="10.0.0-beta.24459.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7cd1cae2edfb3895f5f0ee577131e0214ed8af1a</Sha>
<Sha>8260f289b9d748432a34680a1afeac677cda6049</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Extensions.CodeCoverage" Version="17.12.3-preview.24456.3">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/vs-code-coverage</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
</PropertyGroup>
<PropertyGroup Label="MSTest prod dependencies - darc updated">
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24456.3</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftDotNetBuildTasksTemplatingPackageVersion>10.0.0-beta.24459.1</MicrosoftDotNetBuildTasksTemplatingPackageVersion>
<MicrosoftTestingExtensionsCodeCoverageVersion>17.12.3-preview.24456.3</MicrosoftTestingExtensionsCodeCoverageVersion>
<!-- comment to facilitate merge conflicts -->
<MicrosoftTestingInternalFrameworkVersion>1.5.0-preview.24452.1</MicrosoftTestingInternalFrameworkVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rollForward": "latestFeature"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24456.3",
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24459.1",
"MSBuild.Sdk.Extras": "3.0.44"
}
}

0 comments on commit 84282ee

Please sign in to comment.