Blazor_IMS/IMS.Plugins/IMS.Plugins.InMemory/IMS.Plugins.InMemory.csproj

14 lines
310 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\IMS.UseCases\IMS.UseCases.csproj" />
</ItemGroup>
</Project>