Files
Skeleton/Skeleton.csproj
2024-12-10 18:57:29 +00:00

23 lines
861 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Version>0.0.6</Version>
<Description> </Description>
<Copyright>hzhang</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>hzhang</Authors>
<PackageProjectUrl>https://git.hangman-lab.top/hzhang/Skeleton</PackageProjectUrl>
<RepositoryUrl>https://git.hangman-lab.top/hzhang/Skeleton</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DocumentationFile>bin\Release\net6.0\Skeleton.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
</Project>