Blazor_IMS/IMS.WebApp/IMS.WebApp.csproj

16 lines
489 B
XML

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