Remove redundant properties from desktop projects.

While OutputType=Library maybe doubtful, PlatformTarget=AnyCPU should be clearly the default.
This commit is contained in:
Huo Yaoyuan
2019-10-30 22:56:33 +08:00
parent 47e3498b71
commit bcf8e3a9d4
9 changed files with 12 additions and 18 deletions

View File

@ -2,7 +2,6 @@
<PropertyGroup Label="Project">
<TargetFramework>netstandard2.0</TargetFramework>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Description>catch the fruit. to the beat.</Description>
</PropertyGroup>