Skip to content

Commit bd3600e

Browse files
committed
Stop bundling obsolete FSharp.NET.SDK
1 parent 89c4d63 commit bd3600e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

src/Layout/redist/targets/BundledSdks.targets

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
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)" />

src/Tasks/Microsoft.NET.Build.Tasks/Microsoft.NET.Build.Tasks.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
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>

src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FSharp.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)