Files
KArtSell.Aegis/tests/KArtSell.ModelOperations.UnitTests/KArtSell.ModelOperations.UnitTests.csproj
kjh2064 87705c1f6a
ci / backend (push) Failing after 1s
ci / static (push) Failing after 5s
ci / frontend (push) Failing after 6s
fix: Resolve backend build errors - add RootNamespace, OutputType, GlobalUsings, and code analysis settings
2026-08-02 05:30:00 +09:00

14 lines
560 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/KArtSell.Modules.ModelOperations/KArtSell.Modules.ModelOperations.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="xunit.runner.visualstudio" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" VersionOverride="13.0.3" />
</ItemGroup>
</Project>