Skip to content

Commit 49026b2

Browse files
committed
Adding ValueTuple package to WRC
1 parent a3d0435 commit 49026b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnitsNet.WindowsRuntimeComponent/UnitsNet.WindowsRuntimeComponent.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,9 @@
210210
<PackageReference Include="JetBrains.Annotations">
211211
<Version>11.1.0</Version>
212212
</PackageReference>
213+
<PackageReference Include="System.ValueTuple">
214+
<Version>4.5.0</Version>
215+
</PackageReference>
213216
</ItemGroup>
214217
<ItemGroup />
215218
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

0 commit comments

Comments
 (0)