2021-09-02 17:53:33 +09:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
2022-07-26 00:07:23 +09:00
|
|
|
<IsPackable>false</IsPackable>
|
2021-09-02 17:53:33 +09:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="ConsoleAppFramework" Version="3.3.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|