Skip to content

Commit aac3186

Browse files
authored
Merge branch 'release/9.0.3xx' into merge/release/9.0.1xx-to-release/9.0.3xx
2 parents 95552c9 + c5714d1 commit aac3186

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -426,34 +426,34 @@
426426
<Uri>https://github.com/dotnet/deployment-tools</Uri>
427427
<Sha>b2d5c0c5841de4bc036ef4c84b5db3532504e5f3</Sha>
428428
</Dependency>
429-
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.24617.1">
429+
<Dependency Name="Microsoft.Build.Tasks.Git" Version="9.0.0-beta.25564.5">
430430
<Uri>https://github.com/dotnet/sourcelink</Uri>
431-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
431+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
432432
</Dependency>
433-
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.24617.1">
433+
<Dependency Name="Microsoft.SourceLink.Common" Version="9.0.0-beta.25564.5">
434434
<Uri>https://github.com/dotnet/sourcelink</Uri>
435-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
435+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
436436
</Dependency>
437-
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.24617.1">
437+
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="9.0.0-beta.25564.5">
438438
<Uri>https://github.com/dotnet/sourcelink</Uri>
439-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
439+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
440440
</Dependency>
441-
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.24617.1">
441+
<Dependency Name="Microsoft.SourceLink.GitHub" Version="9.0.0-beta.25564.5">
442442
<Uri>https://github.com/dotnet/sourcelink</Uri>
443-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
443+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
444444
</Dependency>
445-
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.24617.1">
445+
<Dependency Name="Microsoft.SourceLink.GitLab" Version="9.0.0-beta.25564.5">
446446
<Uri>https://github.com/dotnet/sourcelink</Uri>
447-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
447+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
448448
</Dependency>
449-
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.24617.1">
449+
<Dependency Name="Microsoft.SourceLink.Bitbucket.Git" Version="9.0.0-beta.25564.5">
450450
<Uri>https://github.com/dotnet/sourcelink</Uri>
451-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
451+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
452452
</Dependency>
453453
<!-- Intermediate is necessary for source build. -->
454-
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.24617.1">
454+
<Dependency Name="Microsoft.SourceBuild.Intermediate.sourcelink" Version="9.0.0-beta.25564.5">
455455
<Uri>https://github.com/dotnet/sourcelink</Uri>
456-
<Sha>4e176206614b345352885b55491aeb51bf77526b</Sha>
456+
<Sha>657ade4711e607cc4759e89e0943aa1ca8aadc63</Sha>
457457
<SourceBuild RepoName="sourcelink" ManagedOnly="true" />
458458
</Dependency>
459459
<!-- Intermediate is necessary for source build. -->

eng/Versions.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<VersionMajor>9</VersionMajor>
77
<VersionMinor>0</VersionMinor>
88
<VersionSDKMinor>3</VersionSDKMinor>
9-
<VersionFeature>08</VersionFeature>
9+
<VersionFeature>09</VersionFeature>
1010
<!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1111
It should always be the hundreds-value of the current SDK version, never any
1212
preview version components or anything else. E.g. 8.0.100, 9.0.300, etc. -->
@@ -35,7 +35,7 @@
3535
<VersionFeature50>17</VersionFeature50>
3636
<VersionFeature60>36</VersionFeature60>
3737
<VersionFeature70>20</VersionFeature70>
38-
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 15))</VersionFeature80>
38+
<VersionFeature80>$([MSBuild]::Add($(VersionFeature), 14))</VersionFeature80>
3939
<!-- Should be kept in sync with VersionFeature70. It should match the version of Microsoft.NET.ILLink.Tasks
4040
referenced by the same 7.0 SDK that references the 7.0.VersionFeature70 runtime pack. -->
4141
<_NET70ILLinkPackVersion>7.0.100-1.23211.1</_NET70ILLinkPackVersion>
@@ -279,12 +279,12 @@
279279
</PropertyGroup>
280280
<PropertyGroup>
281281
<!-- Dependencies from https://github.com/dotnet/sourcelink -->
282-
<MicrosoftBuildTasksGitVersion>9.0.0-beta.24617.1</MicrosoftBuildTasksGitVersion>
283-
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.24617.1</MicrosoftSourceLinkCommonVersion>
284-
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.24617.1</MicrosoftSourceLinkAzureReposGitVersion>
285-
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.24617.1</MicrosoftSourceLinkGitHubVersion>
286-
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.24617.1</MicrosoftSourceLinkGitLabVersion>
287-
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.24617.1</MicrosoftSourceLinkBitbucketGitVersion>
282+
<MicrosoftBuildTasksGitVersion>9.0.0-beta.25564.5</MicrosoftBuildTasksGitVersion>
283+
<MicrosoftSourceLinkCommonVersion>9.0.0-beta.25564.5</MicrosoftSourceLinkCommonVersion>
284+
<MicrosoftSourceLinkAzureReposGitVersion>9.0.0-beta.25564.5</MicrosoftSourceLinkAzureReposGitVersion>
285+
<MicrosoftSourceLinkGitHubVersion>9.0.0-beta.25564.5</MicrosoftSourceLinkGitHubVersion>
286+
<MicrosoftSourceLinkGitLabVersion>9.0.0-beta.25564.5</MicrosoftSourceLinkGitLabVersion>
287+
<MicrosoftSourceLinkBitbucketGitVersion>9.0.0-beta.25564.5</MicrosoftSourceLinkBitbucketGitVersion>
288288
</PropertyGroup>
289289
<!-- Get .NET Framework reference assemblies from NuGet packages -->
290290
<PropertyGroup>

eng/common/tools.ps1

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,19 +547,25 @@ function LocateVisualStudio([object]$vsRequirements = $null){
547547
})
548548
}
549549

550-
if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs }
550+
if (!$vsRequirements) {
551+
if (Get-Member -InputObject $GlobalJson.tools -Name 'vs' -ErrorAction SilentlyContinue) {
552+
$vsRequirements = $GlobalJson.tools.vs
553+
} else {
554+
$vsRequirements = $null
555+
}
556+
}
551557
$args = @('-latest', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*')
552558

553559
if (!$excludePrereleaseVS) {
554560
$args += '-prerelease'
555561
}
556562

557-
if (Get-Member -InputObject $vsRequirements -Name 'version') {
563+
if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'version' -ErrorAction SilentlyContinue)) {
558564
$args += '-version'
559565
$args += $vsRequirements.version
560566
}
561567

562-
if (Get-Member -InputObject $vsRequirements -Name 'components') {
568+
if ($vsRequirements -and (Get-Member -InputObject $vsRequirements -Name 'components' -ErrorAction SilentlyContinue)) {
563569
foreach ($component in $vsRequirements.components) {
564570
$args += '-requires'
565571
$args += $component

0 commit comments

Comments
 (0)