Skip to content

Commit b1be93a

Browse files
committed
Remove IAsyncDisposable for now
1 parent 55bea92 commit b1be93a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/IntelOrca.Biohazard.BioRand.Common/IntelOrca.Biohazard.BioRand.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</None>
2727
</ItemGroup>
2828
<ItemGroup>
29-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
30-
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
29+
<PackageReference Include="System.Text.Json" Version="8.0.5" />
30+
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
3131
</ItemGroup>
3232
</Project>

src/IntelOrca.Biohazard.BioRand.Common/RandomizerAgent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace IntelOrca.Biohazard.BioRand
1010
{
11-
public class RandomizerAgent : IDisposable, IAsyncDisposable
11+
public class RandomizerAgent : IDisposable
1212
{
1313
private const string StatusIdle = "Idle";
1414
private const string StatusGenerating = "Generating";

0 commit comments

Comments
 (0)