Sanchime.Functional/Sanchime.Test/Sanchime.Test.csproj

16 lines
447 B
XML
Raw Normal View History

2022-05-02 16:11:00 +08:00
<Project Sdk="Microsoft.NET.Sdk">
2022-05-08 14:57:11 +08:00
<ItemGroup>
<ProjectReference Include="..\Sanchime.Functional\Sanchime.Functional.csproj" />
<ProjectReference Include="..\Sanchime.Toolkits\Sanchime.Toolkits.csproj" />
</ItemGroup>
2022-05-02 16:11:00 +08:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>