Skip to content
This repository was archived by the owner on Aug 12, 2026. It is now read-only.

Bump Sentry.AspNetCore from 6.7.0 to 6.8.0 #969

Bump Sentry.AspNetCore from 6.7.0 to 6.8.0

Bump Sentry.AspNetCore from 6.7.0 to 6.8.0 #969

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Setup .NET Core
uses: actions/setup-dotnet@v6.0.0
with:
global-json-file: global.json
- name: Install dependencies
run: dotnet restore
- name: Test
run: dotnet test --no-restore --verbosity normal