Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#449)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Aug 22, 2024
1 parent 7cbbaaa commit 96ed28b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24420.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24421.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b435d26f349d3960d12281321972ed323c35319d</Sha>
<Sha>c28c6307d0600513219bcd9ab028c0fedbe591ec</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24420.6">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24421.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b435d26f349d3960d12281321972ed323c35319d</Sha>
<Sha>c28c6307d0600513219bcd9ab028c0fedbe591ec</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24420.6">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24421.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>b435d26f349d3960d12281321972ed323c35319d</Sha>
<Sha>c28c6307d0600513219bcd9ab028c0fedbe591ec</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion eng/common/SetupNugetSources.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) {
AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password
}

$dotnetVersions = @('5','6','7','8')
$dotnetVersions = @('5','6','7','8','9')

foreach ($dotnetVersion in $dotnetVersions) {
$feedPrefix = "dotnet" + $dotnetVersion;
Expand Down
2 changes: 1 addition & 1 deletion eng/common/SetupNugetSources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then
PackageSources+=('dotnet3.1-internal-transport')
fi

DotNetVersions=('5' '6' '7' '8')
DotNetVersions=('5' '6' '7' '8' '9')

for DotNetVersion in ${DotNetVersions[@]} ; do
FeedPrefix="dotnet${DotNetVersion}";
Expand Down
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"sdk": {
"version": "9.0.100-preview.7.24367.20",
"version": "9.0.100-preview.7.24407.12",
"allowPrerelease": true,
"rollForward": "patch"
},
"tools": {
"dotnet": "9.0.100-preview.7.24367.20",
"dotnet": "9.0.100-preview.7.24407.12",
"vs": {
"version": "17.8",
"allowPrerelease": false
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24420.6",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24421.7",
"MSTest.Sdk": "3.5.0"
}
}

0 comments on commit 96ed28b

Please sign in to comment.