Skip to content

Commit

Permalink
Merge pull request dotnet#20237 from dotnet/darc-main-6d763feb-4b96-4…
Browse files Browse the repository at this point in the history
…624-8186-a31a5f1530da

[main] Update dependencies from dotnet/arcade
  • Loading branch information
marcpopMSFT authored Aug 27, 2021
2 parents a4f8539 + 25c6776 commit d6deca9
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 @@ -250,30 +250,30 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21425.3">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="6.0.0-beta.21426.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>809cbb58dea1d1e477ab0e12855d1758d50844a8</Sha>
<Sha>e737b1f920e7e1a37f99dae198bbd957c293b9c8</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="7.0.0-alpha.1.21425.4">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e9108608eacb3a40a5a0ee6278e60de71a00a59d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21421.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21425.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>370da425b0478879d5f8f407b3e4db495bcdcc11</Sha>
<Sha>efd11df517e8f73e593602648d5ec9ce7ae9671a</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<NewtonsoftJsonVersion>$(NewtonsoftJsonPackageVersion)</NewtonsoftJsonVersion>
<SystemDiagnosticsFileVersionInfoVersion>4.0.0</SystemDiagnosticsFileVersionInfoVersion>
<SystemReflectionMetadataVersion>5.0.0</SystemReflectionMetadataVersion>
<MicrosoftDotNetSignToolVersion>6.0.0-beta.21425.3</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>6.0.0-beta.21426.2</MicrosoftDotNetSignToolVersion>
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>7.0.0-alpha.1.21425.4</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
Expand Down Expand Up @@ -151,7 +151,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/xliff-tasks -->
<MicrosoftDotNetXliffTasksVersion>1.0.0-beta.21421.1</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXliffTasksVersion>1.0.0-beta.21425.1</MicrosoftDotNetXliffTasksVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand All @@ -161,7 +161,7 @@
<PropertyGroup>
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21425.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>6.0.0-beta.21426.2</MicrosoftDotNetXUnitExtensionsVersion>
<MoqPackageVersion>4.8.2</MoqPackageVersion>
<MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>6.0.0-beta.21376.2</MicrosoftDotNetInstallerWindowsSecurityTestDataPackageVersion>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21425.3",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21425.3"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21426.2",
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21426.2"
}
}

0 comments on commit d6deca9

Please sign in to comment.