Skip to content

Commit

Permalink
Updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
BiologyTools committed Dec 10, 2024
1 parent e4d0bbc commit 20daca3
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions BioGTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<Platforms>AnyCPU</Platforms>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<PlatformTarget>AnyCPU</PlatformTarget>
<PackageReleaseNotes>Micro-SAM implementation. SAM 2 mask memory and GUI related fixes. App.SelectWindow and other new functions.</PackageReleaseNotes>
<PackageReleaseNotes>Micro-SAM implementation. SAM 2 mask memory and GUI related fixes. App.SelectWindow and other new functions. NumPy array saving.</PackageReleaseNotes>
<Authors>Erik Repo</Authors>
</PropertyGroup>

Expand Down Expand Up @@ -415,6 +415,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="BioLib" Version="3.2.0" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="Flurl.Http" Version="4.0.2" />
<PackageReference Include="ImageJ.NET" Version="154.0.0.2" />
Expand All @@ -428,17 +429,13 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ScottPlot" Version="5.0.47" />
<PackageReference Include="SkiaSharp" Version="3.0.0-preview.4.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.0.0-preview.4.1" />
<PackageReference Include="SkiaSharp.NativeAssets.macOS" Version="3.0.0-preview.4.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.0.0-preview.4.1" />
<PackageReference Include="SkiaSharp.Views.Gtk3" Version="3.0.0-preview.4.1" />
<PackageReference Include="TorchSharp-cpu" Version="0.103.1" />
<PackageReference Include="YamlDotNet" Version="16.2.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\BioLib\BioLib.csproj" />
<PackageReference Include="SkiaSharp" Version="3.116.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Linux" Version="3.116.1" />
<PackageReference Include="SkiaSharp.NativeAssets.macOS" Version="3.116.1" />
<PackageReference Include="SkiaSharp.NativeAssets.Win32" Version="3.116.1" />
<PackageReference Include="SkiaSharp.Views.Gtk3" Version="3.116.1" />
<PackageReference Include="TorchSharp-cpu" Version="0.104.0" />
<PackageReference Include="YamlDotNet" Version="16.2.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 20daca3

Please sign in to comment.