Skip to content

Bump socket.io-parser from 4.0.4 to 4.0.5 in /minecraft/minecraftbot #73

Bump socket.io-parser from 4.0.4 to 4.0.5 in /minecraft/minecraftbot

Bump socket.io-parser from 4.0.4 to 4.0.5 in /minecraft/minecraftbot #73

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core 3.1.101
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Build with dotnet
run: find . -type f \( -iname "*.csproj" \) | xargs -n1 dotnet build