Fix broken reference

This commit is contained in:
Deukhoofd 2018-11-24 15:58:34 +01:00
parent cd04486d16
commit 0b6359f499
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Reflection;

View File

@ -10,4 +10,8 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.Collections.Immutable" Version="1.5.0" />
</ItemGroup>
</Project>