Skip to content

Bump System.IdentityModel.Tokens.Jwt from 6.32.2 to 6.34.0 in /src/api/VoteMonitor.Api.Auth #60

Bump System.IdentityModel.Tokens.Jwt from 6.32.2 to 6.34.0 in /src/api/VoteMonitor.Api.Auth

Bump System.IdentityModel.Tokens.Jwt from 6.32.2 to 6.34.0 in /src/api/VoteMonitor.Api.Auth #60

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Build with dotnet
run: dotnet build ./src/VotingIrregularities.sln --configuration Release
- name: Test with dotnet
run: dotnet test ./src/VotingIrregularities.sln --configuration Release