Skip to content

Commit

Permalink
Update to use ADLMidi.NET 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
csinkers committed Nov 16, 2024
1 parent 49cdd6a commit 8736046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Game/UAlbion.Game.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>

<ItemGroup Condition="!Exists('..\..\deps\AdlMidi.NET')">
<PackageReference Include="AdlMidi.NET" Version="1.0.18" />
<PackageReference Include="AdlMidi.NET" Version="1.0.19" />
</ItemGroup>
<ItemGroup Condition="Exists('..\..\deps\AdlMidi.NET')">
<ProjectReference Include="..\..\deps\AdlMidi.NET\src\ADLMidi.NET.csproj" />
Expand Down

0 comments on commit 8736046

Please sign in to comment.