Skip to content

nuget(deps): bump Microsoft.Web.WebView2 from 1.0.1901.177 to 1.0.1938.49 #416

nuget(deps): bump Microsoft.Web.WebView2 from 1.0.1901.177 to 1.0.1938.49

nuget(deps): bump Microsoft.Web.WebView2 from 1.0.1901.177 to 1.0.1938.49 #416

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore