2020-12-19 18:29:45 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-02-10 16:12:46 +02:00
|
|
|
<TargetFramework>net5.0</TargetFramework>
|
2020-12-19 18:29:45 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2020-12-20 00:18:53 +02:00
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(EntityFrameworkCorePackageVersion)" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\IdentityServer.Domain\IdentityServer.Domain.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2020-12-19 18:29:45 +02:00
|
|
|
</Project>
|