Skip to content

Commit

Permalink
Update AfsLib & Reloaded.Memory
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Nov 26, 2023
1 parent 475f3fa commit 6b38520
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions ShadowRando/ShadowRando.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="AFSLib, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AFSLib.1.1.0\lib\netstandard2.0\AFSLib.dll</HintPath>
<Reference Include="AFSLib, Version=1.1.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\AFSLib.1.1.1\lib\netstandard2.0\AFSLib.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Win32.Registry.4.7.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
Expand All @@ -48,8 +48,8 @@
<Reference Include="Ookii.Dialogs.WinForms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=66aa232afad40158, processorArchitecture=MSIL">
<HintPath>..\packages\Ookii.Dialogs.WinForms.4.0.0\lib\net462\Ookii.Dialogs.WinForms.dll</HintPath>
</Reference>
<Reference Include="Reloaded.Memory, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Reloaded.Memory.7.0.0\lib\netstandard2.0\Reloaded.Memory.dll</HintPath>
<Reference Include="Reloaded.Memory, Version=9.3.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Reloaded.Memory.9.3.2\lib\net48\Reloaded.Memory.dll</HintPath>
</Reference>
<Reference Include="ShadowFNT, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ShadowFNT.2.0.1\lib\netstandard2.0\ShadowFNT.dll</HintPath>
Expand Down
4 changes: 2 additions & 2 deletions ShadowRando/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AFSLib" version="1.1.0" targetFramework="net48" />
<package id="AFSLib" version="1.1.1" targetFramework="net48" />
<package id="Microsoft.Win32.Registry" version="4.7.0" targetFramework="net48" />
<package id="NAudio.Core" version="2.2.1" targetFramework="net48" />
<package id="NAudio.WinMM" version="2.2.1" targetFramework="net48" />
<package id="Ookii.Dialogs.WinForms" version="4.0.0" targetFramework="net48" />
<package id="Reloaded.Memory" version="7.0.0" targetFramework="net48" />
<package id="Reloaded.Memory" version="9.3.2" targetFramework="net48" />
<package id="ShadowFNT" version="2.0.1" targetFramework="net48" />
<package id="System.Buffers" version="4.5.1" targetFramework="net48" />
<package id="System.Memory" version="4.5.5" targetFramework="net48" />
Expand Down

0 comments on commit 6b38520

Please sign in to comment.