cs-codex-dist-tests/ProjectPlugins/CodexDiscordBotPlugin/CodexDiscordBotPlugin.csproj

15 lines
373 B
XML
Raw Normal View History

2023-10-24 07:51:29 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Framework\Core\Core.csproj" />
2023-10-24 08:29:07 +00:00
<ProjectReference Include="..\CodexPlugin\CodexPlugin.csproj" />
2023-10-24 07:51:29 +00:00
</ItemGroup>
</Project>