Skip to content

Add net8.0 build target; remove .NET 3.1 target #908

Add net8.0 build target; remove .NET 3.1 target

Add net8.0 build target; remove .NET 3.1 target #908

Workflow file for this run

name: main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0'
include-prerelease: True
- name: Build
run: dotnet build Source\csla.test.sln
# - name: Test
# run: dotnet test --no-build --verbosity normal