mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-08-11 18:49:57 +00:00
Update to .NET Core 3.0
This commit is contained in:
@@ -8,9 +8,9 @@ namespace ElectronNET.WebApp.Controllers
|
||||
{
|
||||
public class TrayController : Controller
|
||||
{
|
||||
private readonly IHostingEnvironment _env;
|
||||
private readonly IWebHostEnvironment _env;
|
||||
|
||||
public TrayController(IHostingEnvironment env)
|
||||
public TrayController(IWebHostEnvironment env)
|
||||
{
|
||||
_env = env;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user