added AboutAssets.txt to Maui project and changed assembly references to Oqtane 4.0.0

This commit is contained in:
sbwalker
2023-05-15 13:21:30 -04:00
parent 02c1e4fb65
commit 7f7dff7019
3 changed files with 26 additions and 4 deletions

View File

@ -12,8 +12,8 @@ namespace Oqtane.Maui;
public static class MauiProgram
{
// the API service url
static string apiurl = "https://www.dnfprojects.com"; // for testing
//static string apiurl = "http://localhost:44357"; // for local development (Oqtane.Server must be already running for MAUI client to connect)
//static string apiurl = "https://www.dnfprojects.com"; // for testing
static string apiurl = "http://localhost:44357"; // for local development (Oqtane.Server must be already running for MAUI client to connect)
public static MauiApp CreateMauiApp()
{