Skip to content

removed support for netcore3.1, made Id32 inherit uint instead of int #149

removed support for netcore3.1, made Id32 inherit uint instead of int

removed support for netcore3.1, made Id32 inherit uint instead of int #149

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal
- name: Publish Lidgren.Core
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: src/Lidgren.Core.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
VERSION_STATIC: 1.2.4