AI-Studio/app/ERIClientV1/ERIClientV1.csproj

11 lines
267 B
XML
Raw Normal View History

2025-01-13 18:51:26 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>