diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-05 17:59:38 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-11-05 17:59:38 +0100 |
commit | 2abb132234546e61bb0aff3897dc49e72ea84f5d (patch) | |
tree | c885c03d35e7a0a6b8fc21bd0b259216c61c877c /MxApiExtensions/MxApiExtensions.csproj | |
parent | Update (diff) | |
download | MxApiExtensions-2abb132234546e61bb0aff3897dc49e72ea84f5d.tar.xz |
Working sync proxy
Diffstat (limited to 'MxApiExtensions/MxApiExtensions.csproj')
-rw-r--r-- | MxApiExtensions/MxApiExtensions.csproj | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/MxApiExtensions/MxApiExtensions.csproj b/MxApiExtensions/MxApiExtensions.csproj index 92474e0..b34ef78 100644 --- a/MxApiExtensions/MxApiExtensions.csproj +++ b/MxApiExtensions/MxApiExtensions.csproj @@ -10,26 +10,15 @@ <ItemGroup> <PackageReference Include="ArcaneLibs" Version="1.0.0-preview6437853305.78f6d30" /> + <PackageReference Include="EasyCompressor.LZMA" Version="1.4.0" /> <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.0-preview.7.23375.9" /> <PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" /> </ItemGroup> - <ItemGroup> <ProjectReference Include="..\..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" /> <ProjectReference Include="..\..\LibMatrix\LibMatrix\LibMatrix.csproj" /> <ProjectReference Include="..\MxApiExtensions.Classes.LibMatrix\MxApiExtensions.Classes.LibMatrix.csproj" /> <ProjectReference Include="..\MxApiExtensions.Classes\MxApiExtensions.Classes.csproj" /> - - - - </ItemGroup> - - - - - - - </Project> |