Skip to content

Commit efd13af

Browse files
authored
Don't pass on sourcelink as a nuget dependency (#9533)
I fixed this in the deployed FCS package already, but I forgot to add `PrivateAssets="All"` to the Sourcelink dependency for FCS, so that it's not a requirement for consumers.
1 parent 0acccab commit efd13af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fcs/FSharp.Compiler.Service/FSharp.Compiler.Service.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<PackageReference Include="System.Reflection.Metadata" Version="1.6.0" />
726726
<PackageReference Include="System.Buffers" Version="4.5.0" />
727727
<PackageReference Include="System.Memory" Version="4.5.3" />
728-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
728+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
729729
</ItemGroup>
730730
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
731731
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" />

0 commit comments

Comments
 (0)