You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
576 B
17 lines
576 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<IsPackable>false</IsPackable> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.5" /> |
|
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.5" /> |
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.1" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\..\src\Identity\Identity.csproj" /> |
|
<ProjectReference Include="..\Common\Common.csproj" /> |
|
</ItemGroup> |
|
</Project>
|
|
|