Add plugins/SilkroadBot.Plugin.CommandCenter/SilkroadBot.Plugin.CommandCenter.csproj
c5215c2 verified | <Project Sdk="Microsoft.NET.Sdk"> | |
| <PropertyGroup> | |
| <TargetFramework>net8.0</TargetFramework> | |
| <ImplicitUsings>enable</ImplicitUsings> | |
| <Nullable>enable</Nullable> | |
| <RootNamespace>SilkroadBot.Plugin.CommandCenter</RootNamespace> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="..\..\src\SilkroadBot.Plugins.SDK\SilkroadBot.Plugins.SDK.csproj" /> | |
| <ProjectReference Include="..\..\src\SilkroadBot.Domain\SilkroadBot.Domain.csproj" /> | |
| </ItemGroup> | |
| </Project> | |