Skip to content

Commit d815966

Browse files
committed
fix: update readme
1 parent 53ca1ec commit d815966

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

hello-world/blazor/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor) is a framework for building interactive client-side web apps with .NET and C#. Follow this guide to learn how to implement [Dynamsoft Barcode Reader JavaScript SDK](https://www.dynamsoft.com/barcode-reader/sdk-javascript/) (hereafter called "the library") into a Blazor application using [JavaScript Interlop](https://learn.microsoft.com/en-us/aspnet/core/blazor/javascript-interoperability/call-javascript-from-dotnet?view=aspnetcore-8.0#invoke-js-functions).
44

5-
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.2.1000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/10.2.1000).
5+
In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.2.1000`](https://www.npmjs.com/package/dynamsoft-barcode-reader-bundle/v/10.2.1000). We also used .NET 8.0 (version 8.0.8) to develop this sample. To ensure the sample app runs properly, please refer to this guide to update your .NET installation - https://learn.microsoft.com/en-us/dotnet/core/install/upgrade.
66

77
> Note:
88
>
@@ -16,14 +16,19 @@ In this guide, we will be using [`dynamsoft-barcode-reader-bundle 10.2.1000`](ht
1616

1717
## Preparation
1818

19-
This sample was developed with Visual Studio 2022. For a more in-depth guide, please follow Microsoft's tutorial on [Building your first web app with ASP.NET Core using Blazor](https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/intro)
19+
This sample was developed with Visual Studio 2022. For a more in-depth guide, please follow Microsoft's tutorial on [Building your first web app with ASP.NET Core using Blazor](https://dotnet.microsoft.com/en-us/learn/aspnet/blazor-tutorial/intro).
2020

2121
## Quick Start
2222

2323
In Visual Studio 2022, click on the `Start Debugging` button (green arrow) in the Debug Toolbar run the app.
2424

2525
A window should open to view the sample application
2626

27+
> Note:
28+
>
29+
> This sample uses the packages `Microsoft.AspNetCore.Components.WebAssembly` v8.0.8 and `Microsoft.AspNetCore.Components.WebAssembly.DevServer` v8.0.8 which require .NET v8.0.8.
30+
> Refer to the `BlazorApp.csproj` file to change the versions as needed.
31+
2732
## Creating the sample project
2833

2934
In this section, we will be creating a Blazor application utilizing the Dynamsoft Barcode Reader bundle sdk.

0 commit comments

Comments
 (0)