diff options
| author | FloppyDiskDrive <[email protected]> | 2017-11-18 12:29:34 -0600 |
|---|---|---|
| committer | FloppyDiskDrive <[email protected]> | 2017-11-18 12:29:34 -0600 |
| commit | b61561692cc0e211f65495f67e2968aa04e81c8a (patch) | |
| tree | 66c69edbf9cd710c114bb823512fc289a13c4f1e /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | b737aa8ded0793855fe5e5f49c8967051bd11907 (diff) | |
| parent | 55ac320b52adfb8aca5ecd8c5fe19af6de6b0bb8 (diff) | |
| download | shiftos-rewind-b61561692cc0e211f65495f67e2968aa04e81c8a.tar.gz shiftos-rewind-b61561692cc0e211f65495f67e2968aa04e81c8a.tar.bz2 shiftos-rewind-b61561692cc0e211f65495f67e2968aa04e81c8a.zip | |
Merge branch 'master' of https://github.com/ShiftOS-Rewind/ShiftOS
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index e70869b..b960126 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -33,9 +33,6 @@ <LangVersion>latest</LangVersion> </PropertyGroup> <ItemGroup> - <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> - </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -47,6 +44,9 @@ <Reference Include="System.Net.Http" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> + <Reference Include="Whoa, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\Whoa.1.5.0\lib\net45\Whoa.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="Program.cs" /> |
