Skip to content

Commit 775aaac

Browse files
committed
Updating readme and workflows
1 parent 4113a6e commit 775aaac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.100-preview1-014459
18+
dotnet-version: 3.1.301
1919
- name: Build
2020
run: dotnet build --configuration Release

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v1
1717
with:
18-
dotnet-version: 3.1.100-preview1-014459
18+
dotnet-version: 3.1.301
1919
- name: Build
2020
run: dotnet build --configuration Release
2121
- name: Pack

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Both Canvas 2D and WebGL are supported.
1818

1919
Both Blazor Server Apps and Blazor WebAssembly Apps are supported.
2020

21-
**NOTE** Currently targets the v3.0.0-preview8 version of Blazor.
21+
**NOTE** Currently targets the v3.1.5 of Blazor with 3.2.0 of WebAssembly
2222

2323
# Installation
2424

0 commit comments

Comments
 (0)