Skip to content

Commit 02f980a

Browse files
committed
Fix nuget dependencies (no ValueTuple for 472)
1 parent 45e6746 commit 02f980a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Main/src/CodeJam.Main.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
</ItemGroup>
7070
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
7171
<Reference Include="System.ComponentModel.DataAnnotations" />
72-
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
7372
</ItemGroup>
7473
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
7574
<Reference Include="System.ComponentModel.DataAnnotations" />

0 commit comments

Comments
 (0)