ChipDemo/Core/Core.csproj

11 lines
266 B
XML
Raw Permalink Normal View History

2023-04-07 22:10:35 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Demo</RootNamespace>
</PropertyGroup>
</Project>