Skip to content

Can't build using build.cmd in main #18885

@auduchinok

Description

@auduchinok

This used to work some time ago:

Eugene.Auduchinok@NVC00221 MINGW64 /c/Developer/fsharp-vs (main)
$ ./build.cmd

TryDownloadDotnetFrameworkSdk -- Test-IsAdmin = 'False'
Processing C:\Developer\fsharp-vs\global.json
perl.exe already exists; replacing...
Native tools are available from  C:\Users\Eugene.Auduchinok\.netcoreeng\native\bin
##vso[task.prependpath]C:\Users\Eugene.Auduchinok\.netcoreeng\native\bin
variable:NativeToolsOnMachine = unset or false
Path = C:\Users\Eugene.Auduchinok\.netcoreeng\native\bin\perl\5.38.2.2\perl\bin\perl.exe
VisualFSharp.sln:

  Determining projects to restore...
  Tool 'dotnet-counters' (version '8.0.547301') was restored. Available commands: dotnet-counters
  Tool 'dotnet-dump' (version '8.0.547301') was restored. Available commands: dotnet-dump
  Tool 'dotnet-gcdump' (version '8.0.547301') was restored. Available commands: dotnet-gcdump
  Tool 'dotnet-sos' (version '8.0.547301') was restored. Available commands: dotnet-sos
  Tool 'dotnet-symbol' (version '8.0.547301') was restored. Available commands: dotnet-symbol
  Tool 'dotnet-trace' (version '8.0.547301') was restored. Available commands: dotnet-trace
  Tool 'fantomas' (version '7.0.1') was restored. Available commands: fantomas
  Tool 'dotnet-ilverify' (version '9.0.0') was restored. Available commands: ilverify

  Restore was successful.
  All projects are up-to-date for restore.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error : Could not resolve SDK "Microsoft.NET.Sdk". Exactly one of the probing messages below indicates why we could not resolve the
SDK. Investigate and resolve that message to correctly specify the SDK.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   Version 10.0.100-rc.1.25411.109 of the .NET SDK requires at least version 17.13.0 of MSBuild. The current available versio
n of MSBuild is 17.12.12.57101. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.Sdk" because directory "C:\Program Files\Microsoft
Visual Studio\2022\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\Sdk" did not exist.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsc\fscArm64Project\fscArm64.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsc\fscProject\fsc.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiProject\fsi.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiAnyCpuProject\fsiAnyCpu.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiArm64Project\fsiArm64.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FCSBenchmarks\BenchmarkComparison\HistoricalBenchmark.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\FSharp.Editor.Tests\FSharp.Editor.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FSharp.Benchmarks.Common\FSharp.Benchmarks.Common.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\CompiledCodeBenchmarks\MicroPerf\MicroPerf.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Compiler.LanguageServer\FSharp.Compiler.LanguageServer.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.LanguageServer.Tests\FSharp.Compiler.LanguageServer.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpFull\VisualFSharpFull.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.LanguageService.Base\FSharp.LanguageService.Base.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.Base\FSharp.ProjectSystem.Base.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttribute\DefinitionLocationAttribute.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeFileDoesnotExist\DefinitionLocationAttributeFileDoesnotExist.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified
 could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeLineDoesnotExist\DefinitionLocationAttributeLineDoesnotExist.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified
 could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeWithSpaceInTheType\DefinitionLocationAttributeWithSpaceInTheType.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' speci
fied could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\EditorHideMethodsAttribute\EditorHideMethodsAttribute.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithAdequateComment\XmlDocAttributeWithAdequateComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be foun
d.
C:\Developer\fsharp-vs\tests\FSharp.Test.Utilities\FSharp.Test.Utilities.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.Private.Scripting.UnitTests\FSharp.Compiler.Private.Scripting.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithEmptyComment\XmlDocAttributeWithEmptyComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithLocalizedComment\XmlDocAttributeWithLocalizedComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be fo
und.
C:\Developer\fsharp-vs\tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FCSBenchmarks\CompilerServiceBenchmarks\FSharp.Compiler.Benchmarks.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithLongComment\XmlDocAttributeWithLongComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.ComponentTests\FSharp.Compiler.ComponentTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.DependencyManager.Nuget\FSharp.DependencyManager.Nuget.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithNullComment\XmlDocAttributeWithNullComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\Compiler\FSharp.Compiler.Service.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\service\data\TestTP\TestTP.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Core\FSharp.Core.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\AppConfig\AppConfig.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\CodeFile\CodeFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\ScriptFile\ScriptFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\TextFile\TextFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error : Could not resolve SDK "Microsoft.NET.Sdk.WindowsDesktop". Exactly one of the probing messages below indicates why
we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   Version 10.0.100-rc.1.25411.109 of the .NET SDK requires at least version 17.13.0 of MSBuild. The current availa
ble version of MSBuild is 17.12.12.57101. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.js
on.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.Sdk.WindowsDesktop" because directory "C:
\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Sdks\Microsoft.NET.Sdk.WindowsDesktop\Sdk" did not exist.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpTemplates\VisualFSharpTemplates.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.Compiler.MSBuild\Microsoft.FSharp.Compiler.MSBuild.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\ResourceFile\ResourceFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\fsharpqa\testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\LibraryProject\LibraryProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\FSharp.Editor.IntegrationTests\FSharp.Editor.IntegrationTests.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\service\data\CSharp_Analysis\CSharp_Analysis.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\shims\shims.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpFull\VisualFSharpDebug.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\CompiledCodeBenchmarks\MicroPerf\CS\MicroPerfCSharp.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\XMLFile\XMLFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\ConsoleProject\ConsoleProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.SDK\Microsoft.FSharp.SDK.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.IDE\Microsoft.FSharp.IDE.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\SignatureFile\SignatureFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.Dependencies\Microsoft.FSharp.Dependencies.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\TutorialProject\TutorialProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.VisualStudio.Extension\FSharp.VisualStudio.Extension.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.FSharp\FSharp.ProjectSystem.FSharp.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Build\FSharp.Build.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\Salsa\VisualFSharp.Salsa.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.Editor\FSharp.Editor.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DummyProviderForLanguageServiceTesting\DummyProviderForLanguageServiceTesting.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not
 be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.LanguageService\FSharp.LanguageService.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\EmptyAssembly\EmptyAssembly.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\Microsoft.CommonLanguageServerProtocol.Framework.Proxy\Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not b
e found.
C:\Developer\fsharp-vs\src\fsc\fscAnyCpuProject\fscAnyCpu.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.PropertyPages\FSharp.ProjectSystem.PropertyPages.vbproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\fsharp\FSharpSuite.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.

Build FAILED.

C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error : Could not resolve SDK "Microsoft.NET.Sdk". Exactly one of the probing messages below indicates why we could not resolve the
SDK. Investigate and resolve that message to correctly specify the SDK.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   Version 10.0.100-rc.1.25411.109 of the .NET SDK requires at least version 17.13.0 of MSBuild. The current available versio
n of MSBuild is 17.12.12.57101. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.json.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error :   MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.Sdk" because directory "C:\Program Files\Microsoft
Visual Studio\2022\Professional\MSBuild\Sdks\Microsoft.NET.Sdk\Sdk" did not exist.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.VS.FSI\FSharp.VS.FSI.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsc\fscArm64Project\fscArm64.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsc\fscProject\fsc.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiProject\fsi.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiAnyCpuProject\fsiAnyCpu.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\fsi\fsiArm64Project\fsiArm64.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FCSBenchmarks\BenchmarkComparison\HistoricalBenchmark.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\FSharp.Editor.Tests\FSharp.Editor.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FSharp.Benchmarks.Common\FSharp.Benchmarks.Common.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\CompiledCodeBenchmarks\MicroPerf\MicroPerf.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Compiler.LanguageServer\FSharp.Compiler.LanguageServer.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.LanguageServer.Tests\FSharp.Compiler.LanguageServer.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpFull\VisualFSharpFull.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.LanguageService.Base\FSharp.LanguageService.Base.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.Base\FSharp.ProjectSystem.Base.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttribute\DefinitionLocationAttribute.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeFileDoesnotExist\DefinitionLocationAttributeFileDoesnotExist.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified
 could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeLineDoesnotExist\DefinitionLocationAttributeLineDoesnotExist.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified
 could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DefinitionLocationAttributeWithSpaceInTheType\DefinitionLocationAttributeWithSpaceInTheType.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' speci
fied could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\EditorHideMethodsAttribute\EditorHideMethodsAttribute.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithAdequateComment\XmlDocAttributeWithAdequateComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be foun
d.
C:\Developer\fsharp-vs\tests\FSharp.Test.Utilities\FSharp.Test.Utilities.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.Private.Scripting.UnitTests\FSharp.Compiler.Private.Scripting.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithEmptyComment\XmlDocAttributeWithEmptyComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithLocalizedComment\XmlDocAttributeWithLocalizedComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be fo
und.
C:\Developer\fsharp-vs\tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\FCSBenchmarks\CompilerServiceBenchmarks\FSharp.Compiler.Benchmarks.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithLongComment\XmlDocAttributeWithLongComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Compiler.ComponentTests\FSharp.Compiler.ComponentTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.DependencyManager.Nuget\FSharp.DependencyManager.Nuget.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\XmlDocAttributeWithNullComment\XmlDocAttributeWithNullComment.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\Compiler\FSharp.Compiler.Service.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\service\data\TestTP\TestTP.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Core\FSharp.Core.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\AppConfig\AppConfig.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\CodeFile\CodeFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\ScriptFile\ScriptFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\TextFile\TextFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Compiler.Interactive.Settings\FSharp.Compiler.Interactive.Settings.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error : Could not resolve SDK "Microsoft.NET.Sdk.WindowsDesktop". Exactly one of the probing messages below indicates why
we could not resolve the SDK. Investigate and resolve that message to correctly specify the SDK.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   Version 10.0.100-rc.1.25411.109 of the .NET SDK requires at least version 17.13.0 of MSBuild. The current availa
ble version of MSBuild is 17.12.12.57101. Change the .NET SDK specified in global.json to an older version that requires the MSBuild version currently available.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   The NuGetSdkResolver did not resolve this SDK because there was no version specified in the project or global.js
on.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error :   MSB4276: The default SDK resolver failed to resolve SDK "Microsoft.NET.Sdk.WindowsDesktop" because directory "C:
\Program Files\Microsoft Visual Studio\2022\Professional\MSBuild\Sdks\Microsoft.NET.Sdk.WindowsDesktop\Sdk" did not exist.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.UIResources\FSharp.UIResources.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk.WindowsDesktop' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpTemplates\VisualFSharpTemplates.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.Compiler.MSBuild\Microsoft.FSharp.Compiler.MSBuild.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\ResourceFile\ResourceFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\fsharpqa\testenv\src\HostedCompilerServer\HostedCompilerServer.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\LibraryProject\LibraryProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\FSharp.Editor.IntegrationTests\FSharp.Editor.IntegrationTests.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\service\data\CSharp_Analysis\CSharp_Analysis.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\shims\shims.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\Vsix\VisualFSharpFull\VisualFSharpDebug.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\benchmarks\CompiledCodeBenchmarks\MicroPerf\CS\MicroPerfCSharp.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\XMLFile\XMLFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\ConsoleProject\ConsoleProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.SDK\Microsoft.FSharp.SDK.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.IDE\Microsoft.FSharp.IDE.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ItemTemplates\SignatureFile\SignatureFile.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\setup\Swix\Microsoft.FSharp.Dependencies\Microsoft.FSharp.Dependencies.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\ProjectTemplates\TutorialProject\TutorialProject.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.VisualStudio.Extension\FSharp.VisualStudio.Extension.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.FSharp\FSharp.ProjectSystem.FSharp.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\FSharp.Build\FSharp.Build.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\Salsa\VisualFSharp.Salsa.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.Editor\FSharp.Editor.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\DummyProviderForLanguageServiceTesting\DummyProviderForLanguageServiceTesting.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not
 be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.LanguageService\FSharp.LanguageService.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\tests\MockTypeProviders\EmptyAssembly\EmptyAssembly.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\src\Microsoft.CommonLanguageServerProtocol.Framework.Proxy\Microsoft.CommonLanguageServerProtocol.Framework.Proxy.csproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not b
e found.
C:\Developer\fsharp-vs\src\fsc\fscAnyCpuProject\fscAnyCpu.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\vsintegration\src\FSharp.ProjectSystem.PropertyPages\FSharp.ProjectSystem.PropertyPages.vbproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
C:\Developer\fsharp-vs\tests\fsharp\FSharpSuite.Tests.fsproj : error MSB4236: The SDK 'Microsoft.NET.Sdk' specified could not be found.
    0 Warning(s)
    74 Error(s)

Time Elapsed 00:00:00.79
Build failed with exit code 1. Check errors above.
See log: C:\Developer\fsharp-vs\artifacts\log\Debug\Build.VisualFSharp.sln.binlog

     TotalMinutes TotalSeconds
     ------------ ------------
0.116376918333333    6.9826151

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    New

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions