Files
YandexGPT/YandexGPT.CLI/YandexGPT.CLI.csproj
Mikhail Shahovalov 0e59127159 init
2025-05-09 12:31:40 +03:00

11 lines
262 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>