Skip to content

Commit 5122b72

Browse files
committed
chore(deps): Bump dependencies
1 parent b94fb19 commit 5122b72

7 files changed

Lines changed: 746 additions & 56 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
uses: actions/setup-dotnet@v4.0.1
3030
with:
3131
dotnet-version: |
32-
8.0.301
33-
7.0.403
32+
9.0.100-preview.7.24407.12
33+
8.x
34+
7.x
3435
- name: Restore dependencies
3536
run: dotnet restore --no-cache -f -v minimal
3637
- name: Build library

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ jobs:
3434
uses: actions/setup-dotnet@v4.0.1
3535
with:
3636
dotnet-version: |
37-
8.0.301
38-
7.0.404
37+
9.0.100-preview.7.24407.12
38+
8.x
39+
7.x
3940
- name: Autobuild
4041
uses: github/codeql-action/autobuild@v3
4142
- name: Perform CodeQL Analysis

.github/workflows/documentation.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
uses: actions/setup-dotnet@v4.0.1
2020
with:
2121
dotnet-version: |
22-
8.0.301
23-
7.0.403
22+
9.0.100-preview.7.24407.12
23+
8.x
24+
7.x
2425
- name: Git fetch unshallow
2526
run: git fetch --unshallow
2627
- name: Install DocFX

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ jobs:
3131
uses: actions/setup-dotnet@v4.0.1
3232
with:
3333
dotnet-version: |
34-
8.0.201
35-
7.0.404
34+
9.0.100-preview.7.24407.12
35+
8.x
36+
7.x
3637
- name: Restore dependencies
3738
run: dotnet restore --no-cache -f -v minimal
3839
- name: Build library as full release

DisCatSharp.Extensions.Docs/xrefmap-dcs.yml

Lines changed: 728 additions & 42 deletions
Large diffs are not rendered by default.

DisCatSharp.Extensions.OAuth2Web/DisCatSharp.Extensions.OAuth2Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<ItemGroup>
4040
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
41-
<PackageReference Include="DisCatSharp" Version="[10.6.4,)" />
41+
<PackageReference Include="DisCatSharp" Version="[10.6.6-nightly-006,)" />
4242
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
4343
<PrivateAssets>all</PrivateAssets>
4444
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

DisCatSharp.Extensions.TwoFactorCommands/DisCatSharp.Extensions.TwoFactorCommands.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Extension allowing to require two factor authentication for commands.
2424

2525
<ItemGroup>
2626
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.0.7" />
27-
<PackageReference Include="DisCatSharp" Version="[10.6.4,)" />
27+
<PackageReference Include="DisCatSharp" Version="[10.6.6-nightly-006,)" />
2828
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
2929
<PrivateAssets>all</PrivateAssets>
3030
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3131
</PackageReference>
32-
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.4,)" />
32+
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.6-nightly-006,)" />
3333
<PackageReference Include="DisCatSharp.Attributes" Version="10.6.*" />
34-
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.4,)" />
35-
<PackageReference Include="DisCatSharp.Common" Version="[10.6.4,)" />
36-
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.4,)" />
34+
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.6-nightly-006,)" />
35+
<PackageReference Include="DisCatSharp.Common" Version="[10.6.6-nightly-006,)" />
36+
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.6-nightly-006,)" />
3737
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
3838
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
3939
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />

0 commit comments

Comments
 (0)