Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
evandixon committed Mar 9, 2020
1 parent 3626afa commit 197d106
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<HintPath>..\packages\DotNetNdsToolkit.2.0.4\lib\net462\DotNetNdsToolkit.dll</HintPath>
</Reference>
<Reference Include="DSPatcher, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DS-ROM-Patcher.1.2.2\lib\net462\DSPatcher.exe</HintPath>
<HintPath>..\packages\DS-ROM-Patcher.1.2.4\lib\net472\DSPatcher.exe</HintPath>
</Reference>
<Reference Include="ICSharpCode.AvalonEdit, Version=5.0.3.0, Culture=neutral, PublicKeyToken=9cc39be672370310, processorArchitecture=MSIL">
<HintPath>..\packages\AvalonEdit.5.0.4\lib\Net40\ICSharpCode.AvalonEdit.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SkyEditor.ROMEditor.UI.WPF/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<package id="DotNet3dsSoundtrackConverter" version="1.1.4" targetFramework="net472" />
<package id="DotNet3dsToolkit" version="1.5.1-v1-legacy.3" targetFramework="net472" />
<package id="DotNetNdsToolkit" version="2.0.4" targetFramework="net472" />
<package id="DS-ROM-Patcher" version="1.2.2" targetFramework="net472" />
<package id="DS-ROM-Patcher" version="1.2.4" targetFramework="net472" />
<package id="Extended.Wpf.Toolkit" version="3.4.0" targetFramework="net472" />
<package id="ListViewDragDropManager" version="1.2.0" targetFramework="net472" />
<package id="MediaToolkit" version="1.2.2-CI5" targetFramework="net472" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<HintPath>..\packages\DotNetNdsToolkit.2.0.4\lib\net462\DotNetNdsToolkit.dll</HintPath>
</Reference>
<Reference Include="DSPatcher, Version=1.0.0.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\DS-ROM-Patcher.1.2.2\lib\net462\DSPatcher.exe</HintPath>
<HintPath>..\packages\DS-ROM-Patcher.1.2.4\lib\net472\DSPatcher.exe</HintPath>
</Reference>
<Reference Include="LanguageStringPatcher, Version=1.0.0.5, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LanguageStringPatcher.1.0.1\lib\net46\LanguageStringPatcher.exe</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion SkyEditor.ROMEditor.Windows/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package id="DotNet3dsSoundtrackConverter" version="1.1.4" targetFramework="net472" />
<package id="DotNet3dsToolkit" version="1.5.1-v1-legacy.3" targetFramework="net472" />
<package id="DotNetNdsToolkit" version="2.0.4" targetFramework="net472" />
<package id="DS-ROM-Patcher" version="1.2.2" targetFramework="net472" />
<package id="DS-ROM-Patcher" version="1.2.4" targetFramework="net472" />
<package id="LanguageStringPatcher" version="1.0.1" targetFramework="net472" />
<package id="MediaToolkit" version="1.2.2-CI5" targetFramework="net472" />
<package id="Message-FARC-Patcher" version="1.0.2" targetFramework="net472" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@
<Reference Include="SkyEditor.Core, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SkyEditor.Core.4.2.10\lib\net462\SkyEditor.Core.dll</HintPath>
</Reference>
<Reference Include="SkyEditor.IO, Version=5.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<Reference Include="SkyEditor.IO, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SkyEditor.IO.5.0.8\lib\net462\SkyEditor.IO.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="SkyEditor.Utilities.AsyncFor, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\SkyEditor.Utilities.AsyncFor.5.0.0\lib\netstandard2.0\SkyEditor.Utilities.AsyncFor.dll</HintPath>
Expand Down

0 comments on commit 197d106

Please sign in to comment.