Skip to content

Commit

Permalink
feat: Upgraded ENET and NUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed May 23, 2019
1 parent 340da41 commit c80edb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MLAPI-Tests/MLAPI-Tests.csproj
Expand Up @@ -6,7 +6,7 @@
<LangVersion>7</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.10.1" />
<PackageReference Include="NUnit" Version="3.12.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MLAPI\MLAPI.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion MLAPI.EnetTransport/MLAPI.EnetTransport.csproj
Expand Up @@ -19,7 +19,7 @@
</Reference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ENet-CSharp" Version="2.2.3" />
<PackageReference Include="ENet-CSharp" Version="2.2.6" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MLAPI\MLAPI.csproj" />
Expand Down

0 comments on commit c80edb2

Please sign in to comment.