Skip to content

Commit 339a139

Browse files
authored
Update build depencencies + SDK (#17111)
* Update build depencencies + SDK * Update sb prebuilt baselines
1 parent 8f329cb commit 339a139

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/vscode-remote/devcontainer.json or this file's README at:
22
{
33
"name": "F#",
4-
"image": "mcr.microsoft.com/dotnet/sdk:9.0.100-preview.2",
4+
"image": "mcr.microsoft.com/dotnet/sdk:9.0.100-preview.3",
55
"features": {
66
"ghcr.io/devcontainers/features/common-utils:2.4.2": {},
77
"ghcr.io/devcontainers/features/git:1.2.0": {},

eng/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ try {
538538
$nativeTools = InitializeNativeTools
539539

540540
if (-not (Test-Path variable:NativeToolsOnMachine)) {
541-
$env:PERL5Path = Join-Path $nativeTools "perl\5.38.0.1\perl\bin\perl.exe"
541+
$env:PERL5Path = Join-Path $nativeTools "perl\5.38.2.2\perl\bin\perl.exe"
542542
write-host "variable:NativeToolsOnMachine = unset or false"
543543
$nativeTools
544544
write-host "Path = $env:PERL5Path"

eng/SourceBuildPrebuiltBaseline.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
These will go away when repo updates targeting to net8.0
1010
Tracked with https://github.com/dotnet/fsharp/issues/14765
1111
-->
12-
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0.1" />
13-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/8.0.1" />
14-
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/8.0.1" />
12+
<UsagePattern IdentityGlob="Microsoft.AspNetCore.App.Ref/8.0.2" />
13+
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Host.linux-x64/8.0.2" />
14+
<UsagePattern IdentityGlob="Microsoft.NETCore.App.Ref/8.0.2" />
1515
<UsagePattern IdentityGlob="System.Configuration.ConfigurationManager/7.0.0" />
1616
<UsagePattern IdentityGlob="System.Diagnostics.EventLog/7.0.0" />
1717
<UsagePattern IdentityGlob="System.Security.Cryptography.ProtectedData/7.0.0" />

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"sdk": {
3-
"version": "9.0.100-preview.2.24157.14",
3+
"version": "9.0.100-preview.3.24204.13",
44
"allowPrerelease": true
55
},
66
"tools": {
7-
"dotnet": "9.0.100-preview.2.24157.14",
7+
"dotnet": "9.0.100-preview.3.24204.13",
88
"vs": {
99
"version": "17.8",
1010
"components": [
@@ -14,7 +14,7 @@
1414
"xcopy-msbuild": "17.8.5"
1515
},
1616
"native-tools": {
17-
"perl": "5.38.0.1"
17+
"perl": "5.38.2.2"
1818
},
1919
"msbuild-sdks": {
2020
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24225.1",

0 commit comments

Comments
 (0)