Blog.Core/Blog.Core.ConsoleApp/Blog.Core.ConsoleApp.csproj
2020-06-22 00:13:16 +08:00

9 lines
170 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>