fixed project settings
This commit is contained in:
parent
00c33a335c
commit
9365e22874
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -6,4 +6,8 @@
|
|||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Discord.OAuth2\Discord.OAuth2.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue