Skip to content

Commit

Permalink
Removed obsolete dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nefarius committed Jul 18, 2021
1 parent 4b6618d commit a31dede
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions DSHMC/DSHMC.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NJsonSchema, Version=10.3.11.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL">
<HintPath>..\packages\NJsonSchema.10.3.11\lib\net45\NJsonSchema.dll</HintPath>
</Reference>
<Reference Include="PInvoke.Kernel32, Version=0.7.0.0, Culture=neutral, PublicKeyToken=9e300f9f87f04a7a, processorArchitecture=MSIL">
<HintPath>..\packages\PInvoke.Kernel32.0.7.104\lib\net45\PInvoke.Kernel32.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -121,9 +118,6 @@
<Reference Include="System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
</Reference>
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.PowerShell.5.ReferenceAssemblies.1.1.0\lib\net4\System.Management.Automation.dll</HintPath>
</Reference>
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\netstandard1.1\System.Memory.dll</HintPath>
</Reference>
Expand Down
1 change: 0 additions & 1 deletion DSHMC/Util/App/JsonApplicationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using System.Text;
using Newtonsoft.Json;
using Newtonsoft.Json.Converters;
using JsonSchema = NJsonSchema.JsonSchema;

namespace Nefarius.DsHidMini.Util.App
{
Expand Down
2 changes: 0 additions & 2 deletions DSHMC/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
<package id="Fody" version="6.4.0" targetFramework="net46" developmentDependency="true" />
<package id="FontAwesome5" version="2.1.0" targetFramework="net45" />
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net46" />
<package id="Microsoft.PowerShell.5.ReferenceAssemblies" version="1.1.0" targetFramework="net46" />
<package id="Microsoft.Win32.Primitives" version="4.3.0" targetFramework="net46" />
<package id="Microsoft.Xaml.Behaviors.Wpf" version="1.1.31" targetFramework="net46" />
<package id="Namotion.Reflection" version="1.0.18" targetFramework="net46" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.3" targetFramework="net46" />
<package id="NJsonSchema" version="10.3.11" targetFramework="net46" />
<package id="PInvoke.Kernel32" version="0.7.104" targetFramework="net45" requireReinstallation="true" />
<package id="PInvoke.Windows.Core" version="0.7.104" targetFramework="net45" />
<package id="PropertyChanged.Fody" version="3.3.2" targetFramework="net46" />
Expand Down

0 comments on commit a31dede

Please sign in to comment.