Files
AdPlatform-Server/IntelligenceApi/IntelligenceApi.csproj
2026-03-14 13:50:09 -07:00

11 lines
261 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<RootNamespace>IntelligenceApi</RootNamespace>
</PropertyGroup>
</Project>