Lieb-Website/Lieb/Lieb.csproj
2022-02-13 19:56:27 +01:00

13 lines
315 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.OAuth2\Discord.OAuth2.csproj" />
</ItemGroup>
</Project>