fixed project settings

This commit is contained in:
t.ruspekhofer 2022-02-13 19:56:27 +01:00
parent 00c33a335c
commit 9365e22874
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../../Discord.OAuth2.targets" />
<Import Project="../Discord.OAuth2.targets" />
<PropertyGroup>
<Description>ASP.Net Core middleware that enables an application to support Discord's OAuth 2.0 authentication workflow.</Description>
<RootNamespace>Discord.OAuth2</RootNamespace>

View file

@ -6,4 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.OAuth2\Discord.OAuth2.csproj" />
</ItemGroup>
</Project>