Files
ehwrj/tests/Ehwrj.Tests/Ehwrj.Tests.csproj
yeorinhieut cba5243ce4
Some checks failed
build / build-test-publish (push) Has been cancelled
Add Ehwrj clean-room live map
2026-06-02 22:49:24 +09:00

13 lines
384 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>Ehwrj.Tests</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/Ehwrj.App/Ehwrj.App.csproj" />
<ProjectReference Include="../../src/Ehwrj.Core/Ehwrj.Core.csproj" />
</ItemGroup>
</Project>