File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" : {},
Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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" : [
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" ,
You can’t perform that action at this time.
0 commit comments