Skip to content

更新到.NET 8

更新到.NET 8 #97

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.201'
- name: Build
run: dotnet build --configuration Release