Skip to content

Commit

Permalink
Removed valuetuple package
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldendulk committed Sep 28, 2018
1 parent b16cf59 commit f744d49
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 23 deletions.
4 changes: 0 additions & 4 deletions Mapsui.Geometries/Mapsui.Geometries.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@
<Folder Include="Properties\" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

</Project>
3 changes: 0 additions & 3 deletions Mapsui.Rendering.Xaml/Mapsui.Rendering.Xaml.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net.Http" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
Expand Down
1 change: 0 additions & 1 deletion Mapsui.Rendering.Xaml/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
<packages>
<package id="BruTile" version="2.0.1" targetFramework="net461" />
<package id="Svg2Xaml" version="0.3.0.5" targetFramework="net461" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net461" />
</packages>
3 changes: 0 additions & 3 deletions Mapsui.UI.Uwp/Mapsui.UI.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@
<PackageReference Include="SkiaSharp.Views">
<Version>1.60.3</Version>
</PackageReference>
<PackageReference Include="System.ValueTuple">
<Version>4.5.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="..\Mapsui.UI.Shared\Mapsui.UI.Shared.projitems" Label="Shared" />
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
Expand Down
3 changes: 0 additions & 3 deletions Samples/Mapsui.Samples.Uwp/Mapsui.Samples.Uwp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,6 @@
<PackageReference Include="SQLitePCLRaw.bundle_green">
<Version>1.1.11</Version>
</PackageReference>
<PackageReference Include="System.ValueTuple">
<Version>4.5.0</Version>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
<Private>True</Private>
<Private>True</Private>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
Expand Down
1 change: 0 additions & 1 deletion Samples/Mapsui.Samples.Wpf.Editing/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net47" />
<package id="System.Runtime.Extensions" version="4.3.0" targetFramework="net47" />
<package id="System.Threading" version="4.3.0" targetFramework="net47" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net47" />
</packages>
7 changes: 3 additions & 4 deletions Tools/VersionUpdater/VersionUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
Expand All @@ -56,7 +53,9 @@
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
1 change: 0 additions & 1 deletion Tools/VersionUpdater/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="CmdLine" version="1.0.7.509" targetFramework="net47" />
<package id="System.ValueTuple" version="4.5.0" targetFramework="net47" />
</packages>

0 comments on commit f744d49

Please sign in to comment.