-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDisCatSharp.Extensions.TwoFactorCommands.csproj
More file actions
55 lines (46 loc) · 2.52 KB
/
Copy pathDisCatSharp.Extensions.TwoFactorCommands.csproj
File metadata and controls
55 lines (46 loc) · 2.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../Targets/Version.targets" />
<Import Project="../Targets/DisCatSharp.targets" />
<Import Project="../Targets/Package.targets" />
<Import Project="../Targets/NuGet.targets" />
<Import Project="../Targets/Library.targets" />
<PropertyGroup>
<AssemblyName>DisCatSharp.Extensions.TwoFactorCommands</AssemblyName>
<RootNamespace>DisCatSharp.Extensions.TwoFactorCommands</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<PackageId>DisCatSharp.Extensions.TwoFactorCommands</PackageId>
<Description>
DisCatSharp.Extensions.TwoFactorCommands
Extension allowing to require two factor authentication for commands.
</Description>
<PackageTags>DisCatSharp,DisCatSharp Extension,Mfa,2Fa,Two Factor Authentication,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10</PackageTags>
</PropertyGroup>
<ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))">
<PackageReference Include="Backport.System.Threading.Lock" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.1.5" />
<PackageReference Include="DisCatSharp" Version="[10.7.0-nightly-063,)" />
<PackageReference Include="DisCatSharp.Analyzer" Version="1.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.7.0-nightly-063,)" />
<PackageReference Include="DisCatSharp.Attributes" Version="2025.3.27" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.7.0-nightly-063,)" />
<PackageReference Include="DisCatSharp.Common" Version="[10.7.0-nightly-063,)" />
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.7.0-nightly-063,)" />
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" />
<PackageReference Include="QRCoder" Version="1.7.0" />
<PackageReference Include="System.Memory" Version="4.6.3" />
<PackageReference Include="TwoFactorAuth.Net" Version="1.4.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="10.0.102" />
</ItemGroup>
</Project>