* Abstract HttpContext with IWebContext. * Move AspNetCore dependant code to isolated classes. * Downgrade VAR.WebFormsCore to netstandard2.0.
12 lines
206 B
C#
12 lines
206 B
C#
using VAR.WebFormsCore.AspNetCore;
|
|
|
|
namespace VAR.WebFormsCore.TestWebApp;
|
|
|
|
public static class Program
|
|
{
|
|
public static void Main(string[] args)
|
|
{
|
|
DefaultMain.WebFormCoreMain(args);
|
|
}
|
|
|
|
} |