2023-06-14 21:39:13 -07:00

14 lines
318 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MediatR" />
<PackageReference Include="System.Reflection.TypeExtensions" />
</ItemGroup>
</Project>