Skip to content

Commit

Permalink
Update nuget packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Jan 26, 2024
1 parent d4d5bea commit f4d31fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/DfsShell/DfsShell.csproj
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Ookii.CommandLine" Version="4.0.1" />
<PackageReference Include="Ookii.CommandLine" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Ookii.Jumbo.Jet/Ookii.Jumbo.Jet.csproj
Expand Up @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Lokad.ILPack" Version="0.2.0" />
<PackageReference Include="Ookii.CommandLine" Version="4.0.1" />
<PackageReference Include="Ookii.CommandLine" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Ookii.Jumbo.Test/Ookii.Jumbo.Test.csproj
Expand Up @@ -28,7 +28,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageReference Include="Ookii.CommandLine" Version="4.0.1" />
<PackageReference Include="Ookii.CommandLine" Version="4.1.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
</ItemGroup>

Expand Down

0 comments on commit f4d31fc

Please sign in to comment.