|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net6.0-windows</TargetFramework> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <PackageLicenseExpression>GPL-2.0-only</PackageLicenseExpression> |
8 | 8 | <PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance> |
9 | | - <Description>Bioformats java library converted to .NET6 with IKVM </Description> |
| 9 | + <Description>Bioformats 6.12. java library converted to .NET6 with IKVM 1.4.45 </Description> |
10 | 10 | <PackageReadmeFile>Readme.md</PackageReadmeFile> |
11 | 11 | <RepositoryType></RepositoryType> |
12 | 12 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
13 | | - <Version>1.0</Version> |
| 13 | + <Version>6.12</Version> |
14 | 14 | <PackageProjectUrl>https://github.com/BiologyTools/BioFormatsNET6</PackageProjectUrl> |
15 | 15 | <RepositoryUrl>https://github.com/ome/bioformats</RepositoryUrl> |
16 | 16 | <PackageTags>bio-formats; ome; omero;</PackageTags> |
17 | 17 | </PropertyGroup> |
18 | 18 |
|
19 | 19 | <ItemGroup> |
20 | 20 | <None Remove="bioformats_package.dll" /> |
| 21 | + <None Remove="Readme.md" /> |
21 | 22 | </ItemGroup> |
22 | 23 |
|
23 | 24 | <ItemGroup> |
24 | 25 | <Content Include="bioformats_package.dll"> |
25 | | - <CopyToOutputDirectory>Never</CopyToOutputDirectory> |
| 26 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 27 | + </Content> |
| 28 | + <Content Include="Readme.md"> |
| 29 | + <Pack>True</Pack> |
| 30 | + <PackagePath>\</PackagePath> |
26 | 31 | </Content> |
27 | 32 | </ItemGroup> |
28 | 33 |
|
|
32 | 37 | </Reference> |
33 | 38 | </ItemGroup> |
34 | 39 |
|
35 | | - <ItemGroup> |
36 | | - <None Update="Readme.md"> |
37 | | - <Pack>True</Pack> |
38 | | - <PackagePath>\</PackagePath> |
39 | | - </None> |
40 | | - </ItemGroup> |
41 | | - |
42 | 40 | </Project> |
0 commit comments