|
20 | 20 |
|
21 | 21 | Extension allowing to require two factor authentication for commands. |
22 | 22 | </Description> |
23 | | - <PackageTags>DisCatSharp,DisCatSharp Extension,Mfa,2Fa,Two Factor Authentication,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10</PackageTags> |
| 23 | + <PackageTags>DisCatSharp,DisCatSharp Extension,Mfa,2Fa,Two Factor Authentication,Discord,Bots,Discord Bots,AITSYS,Net8,Net9,Net10,Net11</PackageTags> |
24 | 24 | </PropertyGroup> |
25 | 25 |
|
26 | 26 | <ItemGroup Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))"> |
|
29 | 29 |
|
30 | 30 | <ItemGroup> |
31 | 31 | <PackageReference Include="DatabaseWrapper.Sqlite" Version="6.1.5" /> |
32 | | - <PackageReference Include="DisCatSharp" Version="[10.7.0-nightly-068,)" /> |
| 32 | + <PackageReference Include="DisCatSharp" Version="10.7.0" /> |
33 | 33 | <PackageReference Include="DisCatSharp.Analyzer" Version="1.0.0"> |
34 | 34 | <PrivateAssets>all</PrivateAssets> |
35 | 35 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
36 | 36 | </PackageReference> |
37 | | - <PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.7.0-nightly-068,)" /> |
| 37 | + <PackageReference Include="DisCatSharp.ApplicationCommands" Version="10.7.0" /> |
38 | 38 | <PackageReference Include="DisCatSharp.Attributes" Version="2025.3.27" /> |
39 | | - <PackageReference Include="DisCatSharp.CommandsNext" Version="[10.7.0-nightly-068,)" /> |
40 | | - <PackageReference Include="DisCatSharp.Common" Version="[10.7.0-nightly-068,)" /> |
41 | | - <PackageReference Include="DisCatSharp.Interactivity" Version="[10.7.0-nightly-068,)" /> |
| 39 | + <PackageReference Include="DisCatSharp.CommandsNext" Version="10.7.0" /> |
| 40 | + <PackageReference Include="DisCatSharp.Common" Version="10.7.0" /> |
| 41 | + <PackageReference Include="DisCatSharp.Interactivity" Version="10.7.0" /> |
42 | 42 | <PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" /> |
43 | 43 | <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" /> |
44 | 44 | <PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.5" /> |
|
0 commit comments