Browse Source

Updated NuGet packages

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
f80aa0748a
7 changed files with 14 additions and 9 deletions
  1. +1
    -0
      BSIPA-Meta/BSIPA-Meta.csproj
  2. +1
    -1
      BSIPA-ModList/BSIPA-ModList.csproj
  3. +1
    -1
      BuildTools
  4. +2
    -2
      IPA.Injector/IPA.Injector.csproj
  5. +2
    -1
      IPA.Injector/PostBuild.msbuild
  6. +6
    -3
      IPA.Loader/IPA.Loader.csproj
  7. +1
    -1
      IPA/IPA.csproj

+ 1
- 0
BSIPA-Meta/BSIPA-Meta.csproj View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Assemble" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x64-Net4</Platform>


+ 1
- 1
BSIPA-ModList/BSIPA-ModList.csproj View File

@ -108,7 +108,7 @@
<Version>0.15.1</Version>
</PackageReference>
<PackageReference Include="SemanticVersioning">
<Version>1.2.0</Version>
<Version>1.2.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>


+ 1
- 1
BuildTools

@ -1 +1 @@
Subproject commit 275c55c55995ef3afa48e2dc064f4c963cf0cb18
Subproject commit 1a4661172c07371760fd8b78ea7a39e5d17641d7

+ 2
- 2
IPA.Injector/IPA.Injector.csproj View File

@ -114,10 +114,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil">
<Version>0.10.4</Version>
<Version>0.11.1</Version>
</PackageReference>
<PackageReference Include="SemanticVersioning">
<Version>1.2.0</Version>
<Version>1.2.2</Version>
</PackageReference>
<PackageReference Include="AsyncBridge">
<Version>0.3.1</Version>


+ 2
- 1
IPA.Injector/PostBuild.msbuild View File

@ -13,7 +13,8 @@
<SystemFiles Include="$(OPath)IPA.Injector.*" />
<SystemFiles Include="$(OPath)IPA.Loader.*" />
<SystemFiles Include="$(OPath)AsyncBridge.*" />
<SystemFiles Include="$(OPath)System.Threading.*" />
<SystemFiles Include="$(OPath)System.*" />
<SystemFiles Include="$(OPath)Portable.System.*" />
<SystemFiles Include="$(OPath)Net3-Proxy.*" />
<SystemFiles Include="$(OPath)Libraries\Mono\**\*" />
<OldLibFiles Include="$(OPath)Libs\**\*" />


+ 6
- 3
IPA.Loader/IPA.Loader.csproj View File

@ -149,13 +149,16 @@
<Version>1.2.0.1</Version>
</PackageReference>
<PackageReference Include="Mono.Cecil">
<Version>0.10.4</Version>
<Version>0.11.1</Version>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>12.0.2</Version>
<Version>12.0.3</Version>
</PackageReference>
<PackageReference Include="Portable.System.ValueTuple">
<Version>1.0.1</Version>
</PackageReference>
<PackageReference Include="SemanticVersioning">
<Version>1.2.0</Version>
<Version>1.2.2</Version>
</PackageReference>
<PackageReference Include="AsyncBridge">
<Version>0.3.1</Version>


+ 1
- 1
IPA/IPA.csproj View File

@ -114,7 +114,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Mono.Cecil">
<Version>0.10.4</Version>
<Version>0.11.1</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>


Loading…
Cancel
Save