Skip to content

Add missing import to the TabPanel example. #41

Add missing import to the TabPanel example.

Add missing import to the TabPanel example. #41

Workflow file for this run

name: build windows
on: [push]
jobs:
build:
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
- name: Build with dotnet
run: dotnet build --configuration Release