diff options
| author | Michael <[email protected]> | 2017-02-12 21:13:54 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-12 21:13:54 -0500 |
| commit | 14bd25bab6dbed116c194d392e887c68a90c4d73 (patch) | |
| tree | 4a114c6d076ac9bf3d3f8313314cc1081c68d3cb /ShiftOS.WinForms/ShiftOS.WinForms.csproj | |
| parent | f483997d33bc59fccfc2cb967d0bef2e29448a02 (diff) | |
| download | shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.gz shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.tar.bz2 shiftos_thereturn-14bd25bab6dbed116c194d392e887c68a90c4d73.zip | |
Help me. I can't NuGet.
Diffstat (limited to 'ShiftOS.WinForms/ShiftOS.WinForms.csproj')
| -rw-r--r-- | ShiftOS.WinForms/ShiftOS.WinForms.csproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/ShiftOS.WinForms.csproj b/ShiftOS.WinForms/ShiftOS.WinForms.csproj index 9212406..16b72be 100644 --- a/ShiftOS.WinForms/ShiftOS.WinForms.csproj +++ b/ShiftOS.WinForms/ShiftOS.WinForms.csproj @@ -37,6 +37,10 @@ <HintPath>..\packages\CommonMark.NET.0.15.0\lib\net45\CommonMark.dll</HintPath> <Private>True</Private> </Reference> + <Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> + <Private>True</Private> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -48,9 +52,6 @@ <Reference Include="System.Net.Http" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"> - <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> <Reference Include="Vlc.DotNet.Core.Interops, Version=2.1.130.0, Culture=neutral, PublicKeyToken=84529da31f4eb963, processorArchitecture=x86"> <HintPath>..\packages\Vlc.DotNet.Core.Interops.2.1.130\lib\net45\x86\Vlc.DotNet.Core.Interops.dll</HintPath> <Private>True</Private> |
