Skip to content

Bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.34.0 in /src/Libs/ChuckDeviceController.Authorization.Jwt #164

Bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.34.0 in /src/Libs/ChuckDeviceController.Authorization.Jwt

Bump System.IdentityModel.Tokens.Jwt from 6.25.1 to 6.34.0 in /src/Libs/ChuckDeviceController.Authorization.Jwt #164

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Test on .NET ${{ matrix.dotnet }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
dotnet: [ '7.0.x' ]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Install dependencies
run: dotnet restore src/ChuckDeviceController.sln
- name: Build project
run: dotnet build src/ChuckDeviceController.sln