Skip to content

Commit c80edb2

Browse files
committed
feat: Upgraded ENET and NUnit
1 parent 340da41 commit c80edb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MLAPI-Tests/MLAPI-Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<LangVersion>7</LangVersion>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="NUnit" Version="3.10.1" />
9+
<PackageReference Include="NUnit" Version="3.12.0" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\MLAPI\MLAPI.csproj" />

MLAPI.EnetTransport/MLAPI.EnetTransport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</Reference>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="ENet-CSharp" Version="2.2.3" />
22+
<PackageReference Include="ENet-CSharp" Version="2.2.6" />
2323
</ItemGroup>
2424
<ItemGroup>
2525
<ProjectReference Include="..\MLAPI\MLAPI.csproj" />

0 commit comments

Comments
 (0)