Skip to content

Bump Discord.Net from 2.4.0 to 3.12.0 #130

Bump Discord.Net from 2.4.0 to 3.12.0

Bump Discord.Net from 2.4.0 to 3.12.0 #130

Workflow file for this run

name: .NET CI BUILD
on:
pull_request:
types: [labeled, opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore