|
|
|
@ -9,15 +9,23 @@
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.2">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
|
|
|
|
|
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
|
|
|
|
|
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />
|
|
|
|
|
<PackageReference Include="coverlet.collector" Version="3.1.2" />
|
|
|
|
|
<PackageReference Include="xunit.extensibility.core" Version="2.4.2" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\API_LoL\API_LoL.csproj" />
|
|
|
|
|
<ProjectReference Include="..\DTO\DTO.csproj" />
|
|
|
|
|
<ProjectReference Include="..\EntityFramework\EntityFramework.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Model\Model.csproj" />
|
|
|
|
|
<ProjectReference Include="..\StubLib\StubLib.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|