Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit26a231c

Browse files
[main] Update dependencies from dotnet/arcade (#2700)
* Update dependencies fromhttps://github.com/dotnet/arcade build 20251003.3On relative base path rootMicrosoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25475.3 -> To Version 9.0.0-beta.25503.3* Update dependencies fromhttps://github.com/dotnet/arcade build 20251015.2On relative base path rootMicrosoft.DotNet.Arcade.Sdk From Version 9.0.0-beta.25475.3 -> To Version 9.0.0-beta.25515.2---------Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parentbde5be7 commit26a231c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

‎eng/Version.Details.props‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props
66
<Project>
77
<PropertyGroup>
88
<!-- dotnet/arcade dependencies-->
9-
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25475.3</MicrosoftDotNetArcadeSdkPackageVersion>
9+
<MicrosoftDotNetArcadeSdkPackageVersion>9.0.0-beta.25515.2</MicrosoftDotNetArcadeSdkPackageVersion>
1010
</PropertyGroup>
1111
<!--Property group for alternate package version names-->
1212
<PropertyGroup>

‎eng/Version.Details.xml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>
7-
<DependencyName="Microsoft.DotNet.Arcade.Sdk"Version="9.0.0-beta.25475.3">
7+
<DependencyName="Microsoft.DotNet.Arcade.Sdk"Version="9.0.0-beta.25515.2">
88
<Uri>https://github.com/dotnet/arcade</Uri>
9-
<Sha>6404baed798af89accd98219614e6c90c153cd8c</Sha>
9+
<Sha>6666973b629b24e259162dba03486c23af464bab</Sha>
1010
</Dependency>
1111
</ToolsetDependencies>
1212
</Dependencies>

‎eng/common/post-build/nuget-verification.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
[CmdletBinding(PositionalBinding=$false)]
3131
param(
3232
[string]$NuGetExePath,
33-
[string]$PackageSource="https://api.nuget.org/v3/index.json",
33+
[string]$PackageSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json",
3434
[string]$DownloadPath,
3535
[Parameter(ValueFromRemainingArguments=$true)]
3636
[string[]]$args

‎global.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
}
1414
},
1515
"msbuild-sdks": {
16-
"Microsoft.DotNet.Arcade.Sdk":"9.0.0-beta.25475.3"
16+
"Microsoft.DotNet.Arcade.Sdk":"9.0.0-beta.25515.2"
1717
}
1818
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp