Skip to content

Commit

Permalink
Merge branch 'main' of github.com:LittleBigRefresh/Refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Sep 18, 2023
2 parents 9bae976 + efdcd9a commit b0d21f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Refresh.GameServer/Refresh.GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- Package references must match Bunkum.HttpServer's csproj -->
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NotEnoughLogs" Version="1.0.6" />
<PackageReference Include="NotEnoughLogs" Version="1.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'!='DebugLocalBunkum'">
Expand All @@ -54,7 +54,7 @@
<PackageReference Include="Discord.Net.Webhook" Version="3.12.0" />
<PackageReference Include="NPTicket" Version="3.1.0" />
<PackageReference Include="Pfim" Version="0.11.2" />
<PackageReference Include="Realm" Version="11.4.0" />
<PackageReference Include="Realm" Version="11.5.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RefreshTests.GameServer/RefreshTests.GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<!-- Package references must match Bunkum.HttpServer's csproj -->
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NotEnoughLogs" Version="1.0.6" />
<PackageReference Include="NotEnoughLogs" Version="1.1.0" />
</ItemGroup>

</Project>

0 comments on commit b0d21f6

Please sign in to comment.