mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-10 20:39:27 +02:00
Initial release
This commit is contained in:
20
x3rt.DiscordOAuth2.csproj
Normal file
20
x3rt.DiscordOAuth2.csproj
Normal file
@@ -0,0 +1,20 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<Title>DiscordOAuth2</Title>
|
||||
<Authors>x3rt</Authors>
|
||||
<Description>Discord OAuth2 implementation for C# </Description>
|
||||
<AssemblyName>x3rt.DiscordOAuth2</AssemblyName>
|
||||
<RootNamespace>x3rt.DiscordOAuth2</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.2.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user