Files
Yi.Framework/Yi.Framework.Net6/Yi.Framework.Language/Yi.Framework.Language.csproj
chenchun f5fb2ea17b 重构代码
重构代码
2022-04-02 17:44:50 +08:00

10 lines
206 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>