Skip to content

Commit

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

[main] Update dependencies from dotnet/arcade
- Coherency Updates:
  - Microsoft.DotNet.XliffTasks: from 1.0.0-beta.21628.1 to 1.0.0-beta.21629.1 (parent: Microsoft.DotNet.Arcade.Sdk)
  • Loading branch information
dotnet-maestro[bot] authored Dec 31, 2021
1 parent 5d36703 commit 00b7afe
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 @@ -272,30 +272,30 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21629.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21630.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21629.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.21630.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.21629.1">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.21630.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21629.1">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="7.0.0-beta.21630.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>88f5cddd49bfceca1761a93d16a0a3b5c012f521</Sha>
<Sha>12ba11c57391a796290dd8775c74f3df26cdbc6b</Sha>
</Dependency>
<Dependency Name="System.Reflection.MetadataLoadContext" Version="7.0.0-alpha.1.21630.8">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>07ed923f571848a9b1ff3830dcce70230bdfad0e</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21628.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.21629.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>5ee895270b74f24b78d57de865aa5979ae9f1b44</Sha>
<Sha>14af497ed7588e1b6bd7f7f9b7267cc85159324f</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>7.0.0-beta.21629.1</MicrosoftDotNetSignToolVersion>
<MicrosoftDotNetSignToolVersion>7.0.0-beta.21630.1</MicrosoftDotNetSignToolVersion>
<MicrosoftWebXdtPackageVersion>3.1.0</MicrosoftWebXdtPackageVersion>
<SystemSecurityCryptographyProtectedDataPackageVersion>7.0.0-alpha.1.21630.8</SystemSecurityCryptographyProtectedDataPackageVersion>
<SystemCollectionsSpecializedPackageVersion>4.3.0</SystemCollectionsSpecializedPackageVersion>
Expand Down Expand Up @@ -154,7 +154,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/xliff-tasks -->
<MicrosoftDotNetXliffTasksVersion>1.0.0-beta.21628.1</MicrosoftDotNetXliffTasksVersion>
<MicrosoftDotNetXliffTasksVersion>1.0.0-beta.21629.1</MicrosoftDotNetXliffTasksVersion>
</PropertyGroup>
<!-- Get .NET Framework reference assemblies from NuGet packages -->
<PropertyGroup>
Expand All @@ -164,7 +164,7 @@
<PropertyGroup>
<FluentAssertionsVersion>4.19.2</FluentAssertionsVersion>
<FluentAssertionsJsonVersion>4.19.0</FluentAssertionsJsonVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21629.1</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21630.1</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": "7.0.0-beta.21629.1",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21629.1"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21630.1",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21630.1"
}
}

0 comments on commit 00b7afe

Please sign in to comment.