Skip to content

Bump Remora.Discord from 2023.1.0 to 2023.5.0 #282

Bump Remora.Discord from 2023.1.0 to 2023.5.0

Bump Remora.Discord from 2023.1.0 to 2023.5.0 #282

Workflow file for this run

name: .NET (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install latest .NET SDK.
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '7.0.100'
RUNTIME_VERSIONS: ''
- name: Restore, Build, and Pack
uses: Elskom/build-dotnet@main