Files
ArtificialIntelligence/simpleOpenAiAzureChatBot/simpleChatBot.csproj
2023-11-23 13:04:37 -06:00

15 lines
358 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="Azure.AI.OpenAI" Version="1.0.0-beta.9" />
</ItemGroup>
</Project>