0
0
RhSolutions-Api/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj
2023-12-30 14:37:18 +03:00

14 lines
286 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>