Skip to content

Commit c8e8cc3

Browse files
authored
Merge branch 'vs17.13' into merge/vs17.12-to-vs17.13
2 parents 8637d56 + cbc39be commit c8e8cc3

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

.vsts-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ extends:
119119
- name: VisualStudio.MajorVersion
120120
value: 17
121121
- name: VisualStudio.ChannelName
122-
value: 'int.d17.12' # MSBuild's vs17.12 branch corresponds to this VS channel
122+
value: 'int.d17.13' # MSBuild's vs17.13 branch corresponds to this VS channel
123123
- name: VisualStudio.DropName
124124
value: Products/$(System.TeamProject)/$(Build.Repository.Name)/$(Build.SourceBranchName)/$(Build.BuildNumber)
125125

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
</Dependency>
7272
</ProductDependencies>
7373
<ToolsetDependencies>
74-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25058.5">
74+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25065.2">
7575
<Uri>https://github.com/dotnet/arcade</Uri>
76-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
76+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
7777
</Dependency>
7878
<!-- Intermediate is necessary for source build. -->
79-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25058.5">
79+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25065.2">
8080
<Uri>https://github.com/dotnet/arcade</Uri>
81-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
81+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
8282
<SourceBuild RepoName="arcade" ManagedOnly="true" />
8383
</Dependency>
84-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25058.5">
84+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25065.2">
8585
<Uri>https://github.com/dotnet/arcade</Uri>
86-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
86+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
8787
</Dependency>
8888
<Dependency Name="NuGet.Build.Tasks" Version="6.13.0-rc.93">
8989
<Uri>https://github.com/nuget/nuget.client</Uri>
@@ -98,9 +98,9 @@
9898
<Sha>31f8433cb625e2aa74d148005003b21d5e3f67b7</Sha>
9999
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
100100
</Dependency>
101-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25058.5">
101+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="9.0.0-beta.25065.2">
102102
<Uri>https://github.com/dotnet/arcade</Uri>
103-
<Sha>8cc6ecd76c24ef6665579a5c5e386a211a1e7c54</Sha>
103+
<Sha>c4bbc67763bf0c5a868862df874079380e647d61</Sha>
104104
</Dependency>
105105
</ToolsetDependencies>
106106
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.13.6</VersionPrefix>
5+
<VersionPrefix>17.13.8</VersionPrefix>
66
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
77
<PackageValidationBaselineVersion>17.12.6</PackageValidationBaselineVersion>
88
<AssemblyVersion>15.1.0.0</AssemblyVersion>
@@ -62,9 +62,7 @@
6262
Otherwise, this version of dotnet will not be installed and the build will error out. -->
6363
<DotNetCliVersion>$([System.Text.RegularExpressions.Regex]::Match($([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\global.json')), '"dotnet": "([^"]*)"').Groups.get_Item(1))</DotNetCliVersion>
6464
<MicrosoftCodeAnalysisCollectionsVersion>4.2.0-1.22102.8</MicrosoftCodeAnalysisCollectionsVersion>
65-
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25058.5</MicrosoftDotNetXUnitExtensionsVersion>
66-
<MicrosoftExtensionsDependencyModelVersion>7.0.0</MicrosoftExtensionsDependencyModelVersion>
67-
<MicrosoftIORedistVersion>6.0.1</MicrosoftIORedistVersion>
65+
<MicrosoftDotNetXUnitExtensionsVersion>9.0.0-beta.25065.2</MicrosoftDotNetXUnitExtensionsVersion>
6866
<MicrosoftNetCompilersToolsetVersion>4.13.0-3.24607.3</MicrosoftNetCompilersToolsetVersion>
6967
<NuGetBuildTasksVersion>6.13.0-rc.93</NuGetBuildTasksVersion>
7068
<SystemRuntimeCompilerServicesUnsafeVersion>6.0.0</SystemRuntimeCompilerServicesUnsafeVersion>

eng/common/template-guidance.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"allowPrerelease": true
44
},
55
"tools": {
6-
"dotnet": "9.0.100",
6+
"dotnet": "9.0.102",
77
"vs": {
88
"version": "17.12.0"
99
},
1010
"xcopy-msbuild": "17.12.0"
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25058.5"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25065.2"
1414
}
1515
}

0 commit comments

Comments
 (0)