Skip to content

Conversation

@baronfel
Copy link
Member

The NetSdk.targets had a duplicate CollectFSharpDesignTimeTools target, and so now they don't.

The other, still-present target is at

<Target Name="CollectFSharpDesignTimeTools" BeforeTargets="BeforeCompile" DependsOnTargets="_GetFrameworkAssemblyReferences">
<ItemGroup>
<PropertyNames Include = "Pkg$([System.String]::Copy('%(PackageReference.FileName)').Replace('.','_'))" Condition = " '%(PackageReference.IsFSharpDesignTimeProvider)' == 'true' and '%(PackageReference.Extension)' == '' "/>
<PropertyNames Include = "Pkg$([System.String]::Copy('%(PackageReference.FileName)%(PackageReference.Extension)').Replace('.','_'))" Condition = " '%(PackageReference.IsFSharpDesignTimeProvider)' == 'true' and '%(PackageReference.Extension)' != '' "/>
<FscCompilerTools Include = "$(%(PropertyNames.Identity))" />
</ItemGroup>
</Target>

The NetSdk.targets had a duplicate `CollectFSharpDesignTimeTools` target, and so now they don't.
@KevinRansom
Copy link
Contributor

Lol, I noticed that today too.

Thanks

@cartermp cartermp merged commit 25d7304 into dotnet:master Jul 28, 2020
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Feb 23, 2021
The NetSdk.targets had a duplicate `CollectFSharpDesignTimeTools` target, and so now they don't.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants