2018-05-15 12:42:08 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-09-13 14:53:06 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<TargetFramework>$(NetCoreTargetVersion)</TargetFramework>
|
2019-07-26 10:54:17 +02:00
|
|
|
|
<GenerateErrorForMissingTargetingPacks>false</GenerateErrorForMissingTargetingPacks>
|
2017-09-13 14:53:06 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<PackageReference Include="Polly" Version="$(Polly)" />
|
2019-07-22 16:16:57 +02:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="$(Microsoft_AspNetCore_Hosting_Abstractions)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="$(Microsoft_EntityFrameworkCore)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="$(Microsoft_EntityFrameworkCore_Design)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="$(Microsoft_EntityFrameworkCore_Relational)" />
|
|
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="$(Microsoft_EntityFrameworkCore_SqlServer)" />
|
2019-07-26 10:54:17 +02:00
|
|
|
|
<PackageReference Include="Microsoft.NETCore.Platforms" Version="$(Microsoft_NETCore_Platforms)" />
|
2019-07-22 16:16:57 +02:00
|
|
|
|
<PackageReference Include="System.Data.SqlClient" Version="$(System_Data_SqlClient)" />
|
2017-09-13 14:53:06 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|