Skip to content

Commit 12f3204

Browse files
[vs17.10] Update dependencies from dotnet/arcade (#11693)
1 parent 54a3d0c commit 12f3204

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25164.5">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.25204.7">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>802042c6e779b73b4edb012ee1d5bae02ec8d41c</Sha>
76+
<Sha>faa1471063676aca349da6b48c56dd0fc95aa869</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.25164.5">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.25204.7">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>802042c6e779b73b4edb012ee1d5bae02ec8d41c</Sha>
81+
<Sha>faa1471063676aca349da6b48c56dd0fc95aa869</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
8484
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -100,9 +100,9 @@
100100
<Sha>919d4dbfb0dffb35a702417e28ceea652d248bc6</Sha>
101101
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
102102
</Dependency>
103-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25164.5">
103+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.25204.7">
104104
<Uri>https://github.com/dotnet/arcade</Uri>
105-
<Sha>802042c6e779b73b4edb012ee1d5bae02ec8d41c</Sha>
105+
<Sha>faa1471063676aca349da6b48c56dd0fc95aa869</Sha>
106106
</Dependency>
107107
</ToolsetDependencies>
108108
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
33
<Project>
44
<PropertyGroup>
5-
<VersionPrefix>17.10.25</VersionPrefix>
5+
<VersionPrefix>17.10.26</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.8.3</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
9-
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
9+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
1111
<!-- Workaround for https://github.com/dotnet/roslyn/issues/35793 -->
1212
<SemanticVersioningV1>true</SemanticVersioningV1>
@@ -50,7 +50,7 @@
5050
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5151
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5252
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
53-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25164.5</MicrosoftDotNetXUnitExtensionsVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.25204.7</MicrosoftDotNetXUnitExtensionsVersion>
5454
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5555
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
5656
<MicrosoftNetCompilersToolsetVersion>4.10.0-3.24175.2</MicrosoftNetCompilersToolsetVersion>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"xcopy-msbuild": "17.8.5"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25164.5"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25204.7"
1414
}
1515
}

0 commit comments

Comments
 (0)