Skip to content

Commit

Permalink
add System.ValueTuple package, because ValueTuples are only included …
Browse files Browse the repository at this point in the history
…in .net framework 4.7+

Signed-off-by: Fritz Brandhuber <[email protected]>
  • Loading branch information
brandhuf committed Jan 20, 2021
1 parent a4f862d commit e789ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArchUnitNET/ArchUnitNET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PackageReference Include="CycleDetection" Version="2.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2020.3.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e789ae6

Please sign in to comment.