0
0
RhSolutions-Api/RhSolutions.QueryModifiers/RhSolutions.QueryModifiers.csproj

14 lines
286 B
XML
Raw Normal View History

2023-10-10 22:26:16 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-12-30 14:37:18 +03:00
<TargetFramework>net8.0</TargetFramework>
2023-10-10 22:26:16 +03:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>