Skip to content

Commit 726a400

Browse files
committed
Update packages, remove commented out line
1 parent bf642f4 commit 726a400

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/Beep/Platforms/Linux/AlsaInterop/Alsa.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ internal static partial class Alsa
5555
internal static partial int snd_pcm_hw_params_set_channels(IntPtr pcm, IntPtr @params, uint val);
5656

5757
[LibraryImport(AlsaLibrary)]
58-
//internal static unsafe partial int snd_pcm_hw_params_set_rate_near(IntPtr pcm, IntPtr @params, uint* val, int* dir);
5958
internal static partial int snd_pcm_hw_params_set_rate_near(IntPtr pcm, IntPtr @params, ref uint val, ref int dir);
6059

6160
[LibraryImport(AlsaLibrary)]

src/Demo/Demo.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="System.CommandLine" Version="2.0.0-beta6.25358.103" />
15+
<PackageReference Include="System.CommandLine" Version="2.0.2" />
1616
</ItemGroup>
1717

1818
</Project>

tests/Beep.Tests/Beep.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1616
<PackageReference Include="Shouldly" Version="4.3.0" />
1717
<PackageReference Include="xunit" Version="2.9.3" />
1818
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">

0 commit comments

Comments
 (0)