Skip to content

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /tests in the dev-dependencies group #41

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /tests in the dev-dependencies group

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /tests in the dev-dependencies group #41

Workflow file for this run

name: Dotnet - Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
include-prerelease: true
- run: dotnet test tests