Browse Source

Forgot to include Base.props in the last commit.

Jumar Macato 7 years ago
parent
commit
72faa39d50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/Base.props

+ 1 - 0
build/Base.props

@@ -1,5 +1,6 @@
 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <ItemGroup>
     <PackageReference Include="System.ValueTuple" Version="4.3.1" />
+    <PackageReference Include="System.Numerics.Vectors" Version="4.5.0-preview2-26406-04"/>
   </ItemGroup>
 </Project>