Skip to content

Commit

Permalink
Update README.md to reflect we're on .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen authored Feb 16, 2024
1 parent b14e556 commit 823f7a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ As the report reader back-ends are isolated from the front-end (and added via de

## Building

The solution can be built by running the following commands from the repository root directory, once [.NET 6.0](https://dotnet.microsoft.com/download/dotnet/6.0) is installed:
The solution can be built by running the following commands from the repository root directory, once [.NET 8.0](https://dotnet.microsoft.com/download/dotnet/8.0) is installed:

```shell
dotnet workload install wasm-tools
dotnet workload install wasm-tools-net6
dotnet publish
```

Expand All @@ -28,7 +28,7 @@ Note that:
At the end of the build process, the location of the build output will be indicated in the following line:

```shell
Frontend -> <repo root>\src\Frontend\bin\Debug\net6.0\publish\
Frontend -> <repo root>\src\Frontend\bin\Release\net8.0\publish\
```

## Implementation notes
Expand Down

0 comments on commit 823f7a6

Please sign in to comment.