Files
SethDiscordBot/YoutubeExtension/YoutubeExtension.csproj
2022-07-09 09:48:45 +03:00

10 lines
222 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>