Skip to content

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0 #1166

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0

Bump Swashbuckle.AspNetCore.ReDoc from 6.2.3 to 6.5.0 #1166

Workflow file for this run

name: .NET Core
on:
push:
paths-ignore:
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Setup .NET Core
uses: actions/setup-dotnet@v1.9.0
with:
dotnet-version: '6.0.x'
- name: Install Dependencies
run: dotnet restore
- name: Build (Release)
run: dotnet build --configuration Release --no-restore