Skip to content

Commit

Permalink
chore(deps): Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Aug 21, 2024
1 parent b94fb19 commit 5122b72
Show file tree
Hide file tree
Showing 7 changed files with 746 additions and 56 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.301
7.0.403
9.0.100-preview.7.24407.12
8.x
7.x
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal
- name: Build library
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.301
7.0.404
9.0.100-preview.7.24407.12
8.x
7.x
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.301
7.0.403
9.0.100-preview.7.24407.12
8.x
7.x
- name: Git fetch unshallow
run: git fetch --unshallow
- name: Install DocFX
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
8.0.201
7.0.404
9.0.100-preview.7.24407.12
8.x
7.x
- name: Restore dependencies
run: dotnet restore --no-cache -f -v minimal
- name: Build library as full release
Expand Down
770 changes: 728 additions & 42 deletions DisCatSharp.Extensions.Docs/xrefmap-dcs.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="ConcurrentHashSet" Version="1.3.0" />
<PackageReference Include="DisCatSharp" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Extension allowing to require two factor authentication for commands.

<ItemGroup>
<PackageReference Include="DatabaseWrapper.Sqlite" Version="6.0.7" />
<PackageReference Include="DisCatSharp" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="DisCatSharp.Analyzer.Roselyn" Version="6.2.*">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp.ApplicationCommands" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="DisCatSharp.Attributes" Version="10.6.*" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp.Common" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.4,)" />
<PackageReference Include="DisCatSharp.CommandsNext" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="DisCatSharp.Common" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="DisCatSharp.Interactivity" Version="[10.6.6-nightly-006,)" />
<PackageReference Include="Microsoft.DependencyValidation.Analyzers" Version="0.11.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
Expand Down

0 comments on commit 5122b72

Please sign in to comment.