Newer
Older
BarcodeXlsx / barcode3 / barcode3.csproj
@Kunihiro Narita Kunihiro Narita on 25 Jul 2023 223 bytes Core 7.0形式に変換
<Project Sdk="Microsoft.NET.Sdk.Web">

  <PropertyGroup>
    <TargetFramework>net7.0</TargetFramework>
  </PropertyGroup>

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

</Project>