Skip to content

Bump Grpc.Net.Client from 2.38.0 to 2.52.0 in /BlazorTemplate/Client #33

Bump Grpc.Net.Client from 2.38.0 to 2.52.0 in /BlazorTemplate/Client

Bump Grpc.Net.Client from 2.38.0 to 2.52.0 in /BlazorTemplate/Client #33

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:
# See: (SDK) https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json
dotnet-version: 6.0.100-preview.7.21379.14
# Previous: dotnet-version: 6.0.100-preview.1.21103.13
# Previous: dotnet-version: 5.0.100
# Previous: dotnet-version: 5.0.100-preview.5.20279.10
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal