Files
PowderCoatingLogix/src/PowderCoating.Core/PowderCoating.Core.csproj
T
2026-04-23 21:38:24 -04:00

14 lines
325 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Identity.Stores" Version="8.0.11" />
</ItemGroup>
</Project>