File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup .NET Core
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 3.1.100-preview1-014459
18
+ dotnet-version : 3.1.301
19
19
- name : Build
20
20
run : dotnet build --configuration Release
Original file line number Diff line number Diff line change 15
15
- name : Setup .NET Core
16
16
uses : actions/setup-dotnet@v1
17
17
with :
18
- dotnet-version : 3.1.100-preview1-014459
18
+ dotnet-version : 3.1.301
19
19
- name : Build
20
20
run : dotnet build --configuration Release
21
21
- name : Pack
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Both Canvas 2D and WebGL are supported.
18
18
19
19
Both Blazor Server Apps and Blazor WebAssembly Apps are supported.
20
20
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
22
22
23
23
# Installation
24
24
You can’t perform that action at this time.
0 commit comments