Skip to content

Commit

Permalink
Updated Zero Install .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Mar 27, 2024
1 parent b6e7c6a commit 8c93238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.0" newVersion="0.7.5.0" />
<bindingRedirect oldVersion="0.0.0.0-0.7.6.0" newVersion="0.7.6.0" />
</dependentAssembly>
</assemblyBinding>
<relativeBindForResources enabled="true" />
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- Dependency versions -->
<NanoByteCommonVersion>2.18.3</NanoByteCommonVersion>
<NanoByteStructureEditorVersion>0.8.2</NanoByteStructureEditorVersion>
<ZeroInstallVersion>2.25.6</ZeroInstallVersion>
<ZeroInstallVersion>2.25.7</ZeroInstallVersion>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)App.config" />
Expand Down

0 comments on commit 8c93238

Please sign in to comment.