Skip to content

Commit

Permalink
.NET Framework not working #710
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenba committed Aug 12, 2023
1 parent 8ace3b3 commit 473ed02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class AzureFunctionsIsolatedDebugProfile(

private fun getPlatformArchitecture() = when (CpuArch.CURRENT) {
CpuArch.X86 -> PlatformArchitecture.X86
CpuArch.X86_64 -> PlatformArchitecture.Arm64
CpuArch.X86_64 -> PlatformArchitecture.X64
CpuArch.ARM64 -> PlatformArchitecture.Arm64
else -> PlatformArchitecture.Unknown
}
Expand Down

0 comments on commit 473ed02

Please sign in to comment.