Skip to content

Commit

Permalink
Update Zero Install .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 28, 2024
1 parent e102433 commit b494ed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="ZstdSharp" publicKeyToken="8d151af33a4ad5cf" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-0.7.6.0" newVersion="0.7.6.0" />
<bindingRedirect oldVersion="0.0.0.0-0.8.1.0" newVersion="0.8.1.0" />
</dependentAssembly>
</assemblyBinding>
<relativeBindForResources enabled="true" />
Expand Down
4 changes: 2 additions & 2 deletions src/ZeroInstall.Publish.Capture.Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<!-- Dependencies -->
<ItemGroup>
<PackageReference Include="NanoByte.Common.AnsiCli" Version="2.18.3" />
<PackageReference Include="ZeroInstall.Publish" Version="2.25.7" />
<PackageReference Include="NanoByte.Common.AnsiCli" Version="2.18.6" />
<PackageReference Include="ZeroInstall.Publish" Version="2.25.10" />
<PackageReference Include="NDesk.Options.Patched" Version="0.3.2" />
</ItemGroup>

Expand Down

0 comments on commit b494ed9

Please sign in to comment.