Skip to content

Commit

Permalink
Upgrade to Imageflow 1.4.11-rc51 so all linux targets can be matched
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Sep 22, 2020
1 parent 8a9e67b commit 423ab9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Imageflow.Server/Imageflow.Server.csproj
Expand Up @@ -25,10 +25,9 @@

<ItemGroup>
<PackageReference Include="Imageflow.NativeRuntime.osx_10_11-x86_64" Version="1.4.10-rc50" />
<PackageReference Include="Imageflow.NativeRuntime.ubuntu_16_04-x86_64" Version="1.4.10-rc50" />
<PackageReference Include="Imageflow.NativeRuntime.ubuntu_18_04-x86_64" Version="1.4.10-rc50" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86" Version="1.4.10-rc50" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86_64" Version="1.4.10-rc50" />
<PackageReference Include="Imageflow.NativeRuntime.ubuntu_16_04-x86_64" Version="1.4.11-rc51" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86" Version="1.4.11-rc51" />
<PackageReference Include="Imageflow.NativeRuntime.win-x86_64" Version="1.4.11-rc51" />
<PackageReference Include="Imageflow.Net" Version="0.7.6" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 423ab9a

Please sign in to comment.