CanonSharp/CanonSharp.Common/CanonSharp.Common.csproj

16 lines
381 B
XML
Raw Normal View History

2024-07-22 20:02:54 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Abstractions\" />
<None Include="../.gitignore" />
<None Include="../.editorconfig" />
</ItemGroup>
</Project>