Skip to content

Commit e794696

Browse files
authored
Update README.md
1 parent 82e855f commit e794696

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,11 @@ There are a significant number of controls in ASP.NET Web Forms, and we will foc
4949
- PasswordRecovery
5050

5151
We will NOT be converting any DataSource objects, Wizard components, skins or themes. Once this first collection of 23 controls is written, we can consider additional features like modern tag formatting.
52+
53+
## Compiling the project
54+
55+
There are three different types of .NET projects in this repository: .NET Framework, .NET Core, and .NET Standard. The sample projects are in the `/samples` folder, while the unit test project is next to the component library in the `/src` folder. From the root of the repository, you should be able to execute:
56+
57+
`dotnet restore` to restore packages
58+
59+
`dotnet run --project samples/AfterBlazorServerSide` to start the Blazor Server-Side samples

0 commit comments

Comments
 (0)