Skip to content

Commit

Permalink
Updating readme and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
eiximenis committed Jul 10, 2020
1 parent 4113a6e commit 775aaac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100-preview1-014459
dotnet-version: 3.1.301
- name: Build
run: dotnet build --configuration Release
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100-preview1-014459
dotnet-version: 3.1.301
- name: Build
run: dotnet build --configuration Release
- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Both Canvas 2D and WebGL are supported.

Both Blazor Server Apps and Blazor WebAssembly Apps are supported.

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

# Installation

Expand Down

0 comments on commit 775aaac

Please sign in to comment.