You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
526 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
<RootNamespace>TwitchPlaySwitch</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="2.2.0" />
<PackageReference Include="TwitchLib" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SysBot.NET\SysBot.Base\SysBot.Base.csproj" />
</ItemGroup>
</Project>