2017-02-14 16:23:26 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-07-17 18:26:20 +02:00
|
|
|
|
<TargetFramework>$(NetStandardTargetVersion)</TargetFramework>
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2017-03-14 18:02:28 +01:00
|
|
|
|
<ItemGroup>
|
2019-07-18 12:31:27 +02:00
|
|
|
|
<PackageReference Include="MediatR" Version="$(MediatR)" />
|
2019-07-23 08:30:05 +02:00
|
|
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="$(MediatR_Extensions_Microsoft_DependencyInjection)" />
|
|
|
|
|
<PackageReference Include="System.Reflection.TypeExtensions" Version="$(System_Reflection_TypeExtensions)" />
|
2017-03-14 18:02:28 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-10-12 21:09:18 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Folder Include="Properties\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2017-02-14 16:23:26 +01:00
|
|
|
|
</Project>
|