We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6098e45 commit 12ec761Copy full SHA for 12ec761
1 file changed
BioFormats.NET6.csproj
@@ -19,7 +19,14 @@
19
<GenerateDocumentationFile>False</GenerateDocumentationFile>
20
<Authors>Erik Repo</Authors>
21
</PropertyGroup>
22
-
+ <ItemGroup>
23
+ <Reference Include="bioformats_package.dll">
24
+ <HintPath>bioformats_package.dll</HintPath>
25
+ </Reference>
26
+ <Reference Include="google.collect.dll">
27
+ <HintPath>google.collect.dll</HintPath>
28
29
+ </ItemGroup>
30
<ItemGroup>
31
<Content Include="bioformats_package.dll">
32
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
0 commit comments