File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Tasks/Microsoft.NET.Build.Tasks Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 33 <ItemGroup >
44 <BundledSdk Include =" NuGet.Build.Tasks.Pack" Version =" $(NuGetBuildTasksPackPackageVersion)" />
55 <BundledSdk Include =" Microsoft.NET.Sdk.WindowsDesktop" Version =" $(MicrosoftNETSdkWindowsDesktopPackageVersion)" />
6- <BundledSdk Include =" FSharp.NET.Sdk" Version =" 1.0.4-bundled-0100" />
76 <BundledSdk Include =" Microsoft.Docker.Sdk" Version =" 1.1.0" />
87
98 <BundledSdk Include =" Microsoft.Build.Tasks.Git" Version =" $(MicrosoftBuildTasksGitVersion)" />
Original file line number Diff line number Diff line change 140140 </LayoutFile >
141141
142142 <!-- Include some of the Sdks from the Stage 0 CLI for performance tests-->
143- <Stage0SdkFile Include =" $(_Stage0SdksFolder)\FSharp.NET.Sdk\**" SdkName =" FSharp.NET.Sdk" />
144143 <Stage0SdkFile Include =" $(_Stage0SdksFolder)\Microsoft.NET.Sdk.WindowsDesktop\**" SdkName =" Microsoft.NET.Sdk.WindowsDesktop" />
145144 <LayoutFile Include =" @(Stage0SdkFile)" >
146145 <TargetPath >..\%(Stage0SdkFile.SdkName)\%(Stage0SdkFile.RecursiveDir)%(Stage0SdkFile.Filename)%(Stage0SdkFile.Extension)</TargetPath >
Original file line number Diff line number Diff line change @@ -12,10 +12,7 @@ Copyright (c) .NET Foundation. All rights reserved.
1212
1313<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
1414
15- <!-- If any of these variables are set then we are building under the FSharp.NET.Sdk so use their logic -->
16- <PropertyGroup Condition = " '$(UseBundledFSharpTargets)' == '' " >
17- <!-- If any of these variables are set then we are building under the FSharp.NET.Sdk so use their logic -->
18- <UseBundledFSharpTargets Condition = " '$(_FscTaskAssemblyPath_net)' != '' or '$(_FscTaskAssemblyPath_netcoreapp1_0)' != '' or '$(_FscToolFullPath_net)' != '' or '$(_FscToolFullPath_netcoreapp1_0)' != '' " >false</UseBundledFSharpTargets >
15+ <PropertyGroup >
1916 <UseBundledFSharpTargets Condition = " '$(UseBundledFSharpTargets)' == '' " >true</UseBundledFSharpTargets >
2017 </PropertyGroup >
2118
You can’t perform that action at this time.
0 commit comments