콘솔과 테스트에 라이브러리 의존성 추가

This commit is contained in:
2025-09-04 23:11:06 +09:00
parent 34f405c61a
commit 48ca53a6c3
2 changed files with 8 additions and 0 deletions

View File

@@ -7,4 +7,8 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BrokerDogLib\BrokerDogLib.csproj" />
</ItemGroup>
</Project> </Project>

View File

@@ -12,6 +12,10 @@
<PackageReference Include="MSTest" Version="3.6.4" /> <PackageReference Include="MSTest" Version="3.6.4" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrokerDogLib\BrokerDogLib.csproj" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" /> <Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
</ItemGroup> </ItemGroup>