Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pogromca-SCP committed Sep 16, 2023
1 parent ed5cf26 commit c826152
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CustomLoaderExample/CustomLoaderExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Northwood.PluginAPI" Version="12.0.0" />
<PackageReference Include="Northwood.PluginAPI" Version="13.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../SLCommandScript.Core/SLCommandScript.Core.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Northwood.PluginAPI" Version="12.0.0" />
<PackageReference Include="Northwood.PluginAPI" Version="13.1.1" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
</ItemGroup>
Expand All @@ -26,7 +26,6 @@
<Reference Include="Assembly-CSharp-firstpass" HintPath="$(SL_REFERENCES)/Assembly-CSharp-firstpass.dll" />
<Reference Include="CommandSystem.Core" HintPath="$(SL_REFERENCES)/CommandSystem.Core.dll" />
<Reference Include="Mirror" HintPath="$(SL_REFERENCES)/Mirror.dll" />
<Reference Include="mscorlib" HintPath="$(SL_REFERENCES)/mscorlib.dll" />
<Reference Include="netstandard" HintPath="$(SL_REFERENCES)/netstandard.dll" />
<Reference Include="NorthwoodLib" HintPath="$(SL_REFERENCES)/NorthwoodLib.dll" />
<Reference Include="UnityEngine.CoreModule" HintPath="$(SL_REFERENCES)/UnityEngine.CoreModule.dll" />
Expand Down
2 changes: 1 addition & 1 deletion SLCommandScript.Core/SLCommandScript.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Northwood.PluginAPI" Version="12.0.0" />
<PackageReference Include="Northwood.PluginAPI" Version="13.1.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp" HintPath="$(SL_REFERENCES)/Assembly-CSharp.dll" />
Expand Down
2 changes: 1 addition & 1 deletion SLCommandScript/SLCommandScript.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Platforms>AnyCPU</Platforms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Northwood.PluginAPI" Version="12.0.0" />
<PackageReference Include="Northwood.PluginAPI" Version="13.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../SLCommandScript.Core/SLCommandScript.Core.csproj" />
Expand Down

0 comments on commit c826152

Please sign in to comment.