Skip to content

Commit 91ae1a9

Browse files
authored
Fix Microsoft.ML.DataView references (#5136)
The assembly in the package references Collections.Immutable, but the nuget package doesn't. This can cause errors if someone just references the Microsoft.ML.DataView package. Fixing by adding the reference.
1 parent 6fddd31 commit 91ae1a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/Microsoft.ML.DataView/Microsoft.ML.DataView.nupkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="System.Collections.Immutable" Version="$(SystemCollectionsImmutableVersion)" />
910
<PackageReference Include="System.Memory" Version="$(SystemMemoryVersion)" />
1011
</ItemGroup>
1112

0 commit comments

Comments
 (0)