-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sheesh3Bot.csproj
25 lines (25 loc) · 1.14 KB
/
Sheesh3Bot.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.ResourceManager.Compute" Version="1.3.0" />
<PackageReference Include="Azure.ResourceManager.Monitor" Version="1.3.0" />
<PackageReference Include="Azure.ResourceManager.Network" Version="1.6.0" />
<PackageReference Include="Discord.Net.Rest" Version="3.13.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="5.2.2" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Tables" Version="1.2.1" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="4.2.0" />
<PackageReference Include="OpenAI" Version="1.10.0" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="local.settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>