Skip to content

Commit

Permalink
update mt core to fix timing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed Oct 14, 2022
1 parent 19f43fa commit f80a7e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mapperator.ConsoleApp/Mapperator.ConsoleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="MappingTools.Core" Version="0.5.2" />
<PackageReference Include="MappingTools.Core" Version="0.5.3" />
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="OsuParsers" Version="1.7.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ProjectReference Include="..\Mapperator.DemoApp.Resources\Mapperator.DemoApp.Resources.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MappingTools.Core" Version="0.5.2" />
<PackageReference Include="MappingTools.Core" Version="0.5.3" />
<PackageReference Include="ppy.osu.Framework" Version="2022.916.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Mapperator/Mapperator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MappingTools.Core" Version="0.5.2" />
<PackageReference Include="MappingTools.Core" Version="0.5.3" />
<PackageReference Include="morelinq" Version="3.3.2" />
<PackageReference Include="TrieNet2" Version="2.0.2" />
</ItemGroup>
Expand Down

0 comments on commit f80a7e5

Please sign in to comment.