Skip to content

Commit

Permalink
[GitHub Action] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 12, 2024
1 parent 2d8fc32 commit 4c2b9cd
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ if you have a class named `Assets` (all henry survivors will), code attempting t

### Update Your Projects
- in visual studio, right click your csproj > properties > General > set Target Framework to 2.1 if it isn't already
- I'm copypasting this to update my nuget libraries
- I'm copypasting this to update my nuget libraries
If you need to find the latest yourself, RiskOfRain2.GameLibs is [here](https://nuget.bepinex.dev/packages/RiskOfRain2.GameLibs) and MMHook is [here](https://www.nuget.org/packages/MMHOOK.RoR2).
```xml
<PackageReference Include="BepInEx.Core" Version="5.*" />
<PackageReference Include="RiskOfRain2.GameLibs" Version="1.3.5-r.1" />
<PackageReference Include="RiskOfRain2.GameLibs" Version="1.3.6-r.0" />
<PackageReference Include="UnityEngine.Modules" Version="2021.3.33" />
<PackageReference Include="MMHOOK.RoR2" Version="2024.9.5">
<PackageReference Include="MMHOOK.RoR2" Version="2024.12.10">
<NoWarn>NU1701</NoWarn>
</PackageReference>
```
Expand Down

0 comments on commit 4c2b9cd

Please # to comment.