Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Nov 23, 2024
1 parent 042bac3 commit 164c259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactWithDotNet.WebSite/Pages/PageMileStones.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected override Element render()
new MilestoneContainer
{
new h5 { "Milestone 3: Use Client option" },
new Progressbar { Value = 3 },
new Progressbar { Value = 10 },
new p
{
"After this part finished, you can write js code in c# language. I'm planning mini .net runtime in js language. My plan is not to build a new c# to js compiler. My plan is creating a new MSIL code interpreter in js language. Not getting all .net core assemblies. Only required part of MSIL codes will be downloaded into client side."
Expand Down

0 comments on commit 164c259

Please sign in to comment.