Skip to content

Commit b97fc8e

Browse files
[vs17.11] Update dependencies from dotnet/arcade (#10691)
1 parent 3618188 commit b97fc8e

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
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.24460.4">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.24475.3">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
76+
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24460.4">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="8.0.0-beta.24475.3">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
81+
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</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>0b8371953e61f6179f39f1d62ebbd6a251f335e0</Sha>
101101
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
102102
</Dependency>
103-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24460.4">
103+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="8.0.0-beta.24475.3">
104104
<Uri>https://github.com/dotnet/arcade</Uri>
105-
<Sha>bee4cec9d8f2d43b4dd7c69dfbf65392301a2dbd</Sha>
105+
<Sha>69abe6b2063083c0b35fc3a5b16cb2bdbaf5e8b0</Sha>
106106
</Dependency>
107107
</ToolsetDependencies>
108108
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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.11.10</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
5+
<VersionPrefix>17.11.11</VersionPrefix><DotNetFinalVersionKind>release</DotNetFinalVersionKind>
6+
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
67
<PackageValidationBaselineVersion>17.10.4</PackageValidationBaselineVersion>
78
<AssemblyVersion>15.1.0.0</AssemblyVersion>
89
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
@@ -49,7 +50,7 @@
4950
Otherwise, this version of dotnet will not be installed and the build will error out. -->
5051
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
5152
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
52-
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24460.4</MicrosoftDotNetXUnitExtensionsVersion>
53+
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24475.3</MicrosoftDotNetXUnitExtensionsVersion>
5354
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
5455
<MicrosoftIORedistVersion>6.0.0</MicrosoftIORedistVersion>
5556
<MicrosoftNetCompilersToolsetVersion>4.11.0-3.24313.9</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.24460.4"
13+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24475.3"
1414
}
1515
}

0 commit comments

Comments
 (0)