Skip to content

Commit 645747a

Browse files
T-Grogithub-actions
authored andcommitted
Apply suggestion from @T-Gro
1 parent 6eb6275 commit 645747a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FSharp.Test.Utilities/FSharp.Test.Utilities.fsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
</PropertyGroup>
9494
<ItemGroup>
9595
<!-- NU1510: Project is explicitly referencing the runtime assembly 'System.Collections.Immutable', however, if we remove it, it tries to find it on the wrong path .
96-
TEST IF WE CAN ELIMINATE THIS DIRECT REFERENCE
97-
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" GeneratePathProperty="true" ExcludeAssets="all" /> -->
96+
TEST IF WE CAN ELIMINATE THIS DIRECT REFERENCE -->
97+
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" GeneratePathProperty="true" ExcludeAssets="all" />
9898

9999
<PackageReference Include="Microsoft.Net.Compilers" Version="$(MicrosoftNetCompilersVersion)" />
100100
<PackageReference Include="Microsoft.DiaSymReader.PortablePdb" Version="$(MicrosoftDiaSymReaderPortablePdbVersion)">

0 commit comments

Comments
 (0)