Skip to content

Commit a6101d5

Browse files
authored
Use library-packs also when RestoreAdditionalProjectSources is explicitly set. (#18000)
1 parent fb69e58 commit a6101d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Build/Microsoft.FSharp.NetSdk.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
1111
***********************************************************************************************
1212
-->
1313

14-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
14+
<Project TreatAsLocalProperty="RestoreAdditionalProjectSources" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1515
<UsingTask TaskName="MapSourceRoots" AssemblyFile="$(FSharpBuildAssemblyFile)" />
1616

1717
<PropertyGroup>

0 commit comments

Comments
 (0)