Files
DiunaBI/WebAPI/WebAPI.csproj

10 lines
210 B
XML
Raw Normal View History

2022-11-29 21:25:19 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>