Skip to content

Commit

Permalink
Update EXILED
Browse files Browse the repository at this point in the history
  • Loading branch information
PintTheDragon committed Jan 25, 2023
1 parent f4ac2fd commit df43e0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions SCPStats/SCPStats.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,35 +49,35 @@
<HintPath>$(EXILED_REFERENCES)\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="CommandSystem.Core, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\CommandSystem.Core.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\CommandSystem.Core.dll</HintPath>
</Reference>
<Reference Include="Costura, Version=5.1.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\Costura.Fody.5.1.0\lib\netstandard1.0\Costura.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Exiled.API, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.API.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.API.dll</HintPath>
</Reference>
<Reference Include="Exiled.CreditTags, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.CreditTags.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.CreditTags.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomItems, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.CustomItems.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.CustomItems.dll</HintPath>
</Reference>
<Reference Include="Exiled.CustomRoles, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.CustomRoles.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.CustomRoles.dll</HintPath>
</Reference>
<Reference Include="Exiled.Events, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.Events.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.Events.dll</HintPath>
</Reference>
<Reference Include="Exiled.Loader, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.Loader.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.Loader.dll</HintPath>
</Reference>
<Reference Include="Exiled.Permissions, Version=6.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.Permissions.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.Permissions.dll</HintPath>
</Reference>
<Reference Include="Exiled.Updater, Version=3.1.1.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\Exiled.Updater.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\Exiled.Updater.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<HintPath>..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
Expand All @@ -88,10 +88,10 @@
</Reference>
<Reference Include="mscorlib" />
<Reference Include="NorthwoodLib, Version=1.2.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\NorthwoodLib.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\NorthwoodLib.dll</HintPath>
</Reference>
<Reference Include="PluginAPI, Version=12.0.0.0, Culture=neutral, processorArchitecture=Amd64">
<HintPath>..\packages\EXILED.6.0.0-beta.22\lib\net48\PluginAPI.dll</HintPath>
<HintPath>..\packages\EXILED.6.0.0-beta.25\lib\net48\PluginAPI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
Expand Down
2 changes: 1 addition & 1 deletion SCPStats/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Costura.Fody" version="5.1.0" targetFramework="net472" developmentDependency="true" />
<package id="EXILED" version="6.0.0-beta.22" targetFramework="net48" />
<package id="EXILED" version="6.0.0-beta.25" targetFramework="net48" />
<package id="Fody" version="6.5.0" targetFramework="net472" developmentDependency="true" />
<package id="Lib.Harmony" version="2.0.4" targetFramework="net472" />
<package id="Microsoft.Extensions.Logging.Abstractions" version="3.0.1" targetFramework="net472" />
Expand Down

0 comments on commit df43e0d

Please sign in to comment.