Skip to content

Commit 9fefbca

Browse files
committed
Upgrade Deps
* Update NuGet.Config * Upgrade Dependencies * Add some more warnings to the NoWarn
1 parent 3def2c2 commit 9fefbca

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

APIPatcher/APIPatcher.csproj

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<NoWarn>$(NoWarn);AD0001;CS0612;CS0618;Publicizer001</NoWarn>
13+
<NoWarn>$(NoWarn);AD0001;CS0612;CS8604;CS0252;CS0618;Harmony003;Publicizer001</NoWarn>
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="BepInEx.BaseLib" Version="5.4.19" />
1817
<PackageReference Include="Inscryption.GameLibs" Version="1.9.0-r.0" />
19-
<PackageReference Include="MonoMod" Version="22.3.23.4" />
18+
<PackageReference Include="MonoMod" Version="22.7.31.1" />
2019
<PackageReference Include="UnityEngine.Modules" Version="2019.4.24" />
2120
</ItemGroup>
2221

InscryptionAPI/InscryptionAPI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup>
17-
<NoWarn>$(NoWarn);AD0001;CS0612;CS0618;Publicizer001</NoWarn>
17+
<NoWarn>$(NoWarn);AD0001;CS0612;CS8604;CS0252;CS0618;Harmony003;Publicizer001</NoWarn>
1818
</PropertyGroup>
1919

2020
<ItemGroup>
@@ -35,8 +35,8 @@
3535
<PrivateAssets>all</PrivateAssets>
3636
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3737
</PackageReference>
38-
<PackageReference Include="BepInEx.Core" Version="5.4.19" />
39-
<PackageReference Include="HarmonyX" Version="2.9.0" />
38+
<PackageReference Include="BepInEx.Core" Version="5.4.21" />
39+
<PackageReference Include="HarmonyX" Version="2.10.2" />
4040
<PackageReference Include="Inscryption.GameLibs" Version="1.9.0-r.0" />
4141
<PackageReference Include="UnityEngine.Modules" Version="2019.4.24" />
4242
</ItemGroup>

InscryptionCommunityPatch/InscryptionCommunityPatch.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
16-
<NoWarn>$(NoWarn);AD0001;CS0612;CS0618;Publicizer001</NoWarn>
16+
<NoWarn>$(NoWarn);AD0001;CS0612;CS8604;CS0252;CS0618;Harmony003;Publicizer001</NoWarn>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
@@ -29,8 +29,8 @@
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="BepInEx.Core" Version="5.4.19" />
33-
<PackageReference Include="HarmonyX" Version="2.9.0" />
32+
<PackageReference Include="BepInEx.Core" Version="5.4.21" />
33+
<PackageReference Include="HarmonyX" Version="2.10.2" />
3434
<PackageReference Include="Inscryption.GameLibs" Version="1.9.0-r.0" />
3535
<PackageReference Include="UnityEngine.Modules" Version="2019.4.24" />
3636
</ItemGroup>

NuGet.Config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<configuration>
33
<packageSources>
44
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
5+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
<add key="ts-nuget" value="https://nuget.windows10ce.com/nuget/v3/index.json" protocolVersion="3" />
57
</packageSources>
68
</configuration>

0 commit comments

Comments
 (0)