- Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOutputCacheDallESample.csproj
20 lines (17 loc) · 881 Bytes
/
OutputCacheDallESample.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>877065af-a9e5-49fc-82b9-28f250cdf6ae</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReferenceInclude="Azure.AI.OpenAI"Version="2.1.0" />
<PackageReferenceInclude="Microsoft.AspNetCore.OutputCaching.StackExchangeRedis"Version="9.0.0" />
<PackageReferenceInclude="Microsoft.Extensions.Caching.StackExchangeRedis"Version="9.0.0" />
<PackageReferenceInclude="Microsoft.VisualStudio.Azure.Containers.Tools.Targets"Version="1.21.0" />
<PackageReferenceInclude="Redis.OM"Version="0.7.6" />
<PackageReferenceInclude="Redis.OM.Vectorizers"Version="0.7.6" />
</ItemGroup>
</Project>