-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNarrAItor.csproj
25 lines (22 loc) · 1.05 KB
/
NarrAItor.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>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningLevel>0</WarningLevel>
<UserSecretsId>54196a2d-36f5-4ab4-ad53-e2e491576bb8</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Anthropic.SDK" Version="4.1.1" />
<PackageReference Include="AvalonLua.MoonSharp" Version="2023.11.15.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0-rc.1.24431.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.0" />
<PackageReference Include="Mscc.GenerativeAI" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>