CanonSharp/CanonSharp.Common/CanonSharp.Common.csproj

19 lines
465 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>
<None Include="../.gitignore" />
<None Include="../.editorconfig" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CanonSharp.Combinator\CanonSharp.Combinator.csproj" />
</ItemGroup>
2024-07-22 20:02:54 +08:00
</Project>