Files
YandexGPT/YandexGPT.CLI/YandexGPT.CLI.csproj
Mikhail Shahovalov 0aa0e59710 Оно живое
2025-05-09 15:16:06 +03:00

16 lines
441 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" />
<PackageReference Include="OpenAI" Version="2.2.0-beta.4" />
</ItemGroup>
</Project>