Skip to content

Commit

Permalink
update(sharpengine): 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis Huvier committed Nov 28, 2023
1 parent bcf22ad commit 43e860f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SharpEngine.Steamworks/SharpEngine.Steamworks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageTags>Steamworks,SharpEngine,Game,Engine</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SharpEngine.Core" Version="1.1.2" />
<PackageReference Include="SharpEngine.Core" Version="1.7.2" />
<PackageReference Include="Steamworks.NET" Version="20.1.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Testing/MyScene.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using SharpEngine.Core;
using SharpEngine.Core.Input;
using SharpEngine.Core.Manager;
using SharpEngine.Core.Math;
using SharpEngine.Core.Utils;
using SharpEngine.Core.Utils.Input;
using SharpEngine.Core.Widget;
using SharpEngine.Steamworks;

Expand Down

0 comments on commit 43e860f

Please sign in to comment.