18 lines
560 B
XML
18 lines
560 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Version>0.0.2</Version>
|
|
<Description> </Description>
|
|
<Copyright>hzhang</Copyright>
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<DocumentationFile>bin\Release\net6.0\Skeleton.xml</DocumentationFile>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|