mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-03 00:00:58 +08:00
9 lines
174 B
XML
9 lines
174 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutputType>Library</OutputType>
|
||
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
</Project>
|