Skip to content

Commit

Permalink
Corrected packages and removed undefined RestartPolicyKind
Browse files Browse the repository at this point in the history
  • Loading branch information
James Gould committed Feb 9, 2025
1 parent 02d124c commit 5e1e8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Docker.DotNet/Docker.DotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.IO.Pipelines" Version="8.0.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="System.Text.Json" Version="8.0.2" />
<PackageReference Include="System.IO.Pipelines" Version="9.0.1" />
<PackageReference Include="System.Net.Http.Json" Version="9.0.1" />
<PackageReference Include="System.Text.Json" Version="9.0.1" />
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/Docker.DotNet/Models/RestartPolicyKind.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ namespace Docker.DotNet.Models

public enum RestartPolicyKind
{
[EnumMember(Value = "")]
Undefined,

[EnumMember(Value = "no")]
No,

Expand Down

0 comments on commit 5e1e8fd

Please sign in to comment.