Skip to content

Commit ea37c00

Browse files
committed
Update dependencies
1 parent 18c9d55 commit ea37c00

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/CrowdedMod/CrowdedMod.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<GameVersion>2022.10.25</GameVersion>
1515
</PropertyGroup>
1616
<ItemGroup>
17-
<PackageReference Include="Reactor" Version="2.0.0-ci.212" />
17+
<PackageReference Include="Reactor" Version="2.0.0" />
1818
<PackageReference Include="BepInEx.Unity.IL2CPP" Version="6.0.0-be.662" />
1919
<PackageReference Include="AmongUs.GameLibs.$(GamePlatform)" Version="$(GameVersion)" PrivateAssets="all" />
2020

21-
<PackageReference Include="BepInEx.AutoPlugin" Version="1.0.1" PrivateAssets="all" />
21+
<PackageReference Include="BepInEx.AutoPlugin" Version="1.1.0" PrivateAssets="all" />
2222
<PackageReference Include="BepInEx.IL2CPP.MSBuild" Version="2.0.1" PrivateAssets="all" />
2323
</ItemGroup>
2424

src/nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
<configuration>
44
<packageSources>
55
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
6-
<add key="Reactor" value="https://nuget.reactor.gg/v3/index.json" />
76
</packageSources>
87
</configuration>

0 commit comments

Comments
 (0)