Portability
Our conversion tool supports .NET 5 . This allow your converted solution to be compiled and executed on any platform supported by .NET 5.
NOTE: Some clients might be interested in performing a "Double Jump Migration" (and application migrated first with the VBUC or from VBNet). This is totally possible but there are some additional considerations, please contact us for further information on this scenarios.
- 1.Compile your angular site:a. Open a terminalb. Go to the angular's folder location.e. Execute npm installf. Execute npm run build
- 2.Go to your main project and Execute dotnet run --project .csproj
- 1.Compile your angular site:a. Open a terminalb. Go to the angular's folder location.e. Execute npm installf. Execute npm run build
- 2.Go to your main project and Execute dotnet run --project .csproj
Note: To ensure your installed version of DotNet SDK and runtime support, you can execute the following commands:
dotnet --list-runtimes
and dotnet --list-sdks
.The result of those command should be dotnet runtime, sdk and AspNet listed with version 5.Last modified 1yr ago