Skip to content

Commit

Permalink
- Updating nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
SaviorXTanren committed Jul 15, 2019
1 parent ea96a76 commit b31e181
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion MixItUp.Desktop/MixItUp.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
</Reference>
<Reference Include="PlayFabAllSDK, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PlayFabAllSDK.1.50.190509\lib\net45\PlayFabAllSDK.dll</HintPath>
<HintPath>..\packages\PlayFabAllSDK.1.53.190627\lib\net45\PlayFabAllSDK.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
2 changes: 1 addition & 1 deletion MixItUp.Desktop/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="ovrstream-client-csharp" version="0.0.2" targetFramework="net461" />
<package id="Owin" version="1.0" targetFramework="net461" />
<package id="PlayFabAllSDK" version="1.50.190509" targetFramework="net461" />
<package id="PlayFabAllSDK" version="1.53.190627" targetFramework="net461" />
<package id="SixLabors.Core" version="1.0.0-beta0007" targetFramework="net461" />
<package id="SixLabors.ImageSharp" version="1.0.0-beta0006" targetFramework="net461" />
<package id="SocketIoClientDotNet" version="1.0.6" targetFramework="net461" />
Expand Down
4 changes: 2 additions & 2 deletions MixItUp.StreamDeckPlugin/MixItUp.StreamDeckPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="streamdeck-client-csharp, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\streamdeck-client-csharp.4.1.0\lib\netstandard2.0\streamdeck-client-csharp.dll</HintPath>
<Reference Include="streamdeck-client-csharp, Version=4.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\streamdeck-client-csharp.4.1.1\lib\netstandard2.0\streamdeck-client-csharp.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion MixItUp.StreamDeckPlugin/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="streamdeck-client-csharp" version="4.1.0" targetFramework="net461" />
<package id="streamdeck-client-csharp" version="4.1.1" targetFramework="net461" />
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net461" />
</packages>
2 changes: 1 addition & 1 deletion MixItUp.WPF/MixItUp.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
<HintPath>..\packages\ovrstream-client-csharp.0.0.2\lib\netstandard2.0\ovrstream-client-csharp.dll</HintPath>
</Reference>
<Reference Include="PlayFabAllSDK, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PlayFabAllSDK.1.50.190509\lib\net45\PlayFabAllSDK.dll</HintPath>
<HintPath>..\packages\PlayFabAllSDK.1.53.190627\lib\net45\PlayFabAllSDK.dll</HintPath>
</Reference>
<Reference Include="SixLabors.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\SixLabors.Core.1.0.0-beta0007\lib\netstandard2.0\SixLabors.Core.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion MixItUp.WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<package id="NetOffice.Excel" version="1.7.4.4" targetFramework="net461" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net461" />
<package id="ovrstream-client-csharp" version="0.0.2" targetFramework="net461" />
<package id="PlayFabAllSDK" version="1.50.190509" targetFramework="net461" />
<package id="PlayFabAllSDK" version="1.53.190627" targetFramework="net461" />
<package id="SixLabors.Core" version="1.0.0-beta0007" targetFramework="net461" />
<package id="SixLabors.ImageSharp" version="1.0.0-beta0006" targetFramework="net461" />
<package id="SocketIoClientDotNet" version="1.0.6" targetFramework="net461" />
Expand Down

0 comments on commit b31e181

Please sign in to comment.