Newer
Older
BarcodeXlsx / BarcodeXlsx / BarcodeXlsx.csproj
@Kunihiro Narita Kunihiro Narita on 19 Aug 2020 558 bytes .NET Core 2.1で動作するように修正
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp2.1</TargetFramework>
    <ApplicationIcon />
    <Win32Resource />
    <StartupObject />
  </PropertyGroup>

  <ItemGroup>
    <PackageReference Include="BarcodeLib" Version="2.2.2" />
    <PackageReference Include="ClosedXML" Version="0.94.2" />
    <PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.14.1" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Common\Common.csproj" />
  </ItemGroup>

</Project>