mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-08 17:56:51 +00:00
Merge pull request #975 from davidroth/missing-usings
Fix build by adding necessary using directives for async and DI setup.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using ElectronNET.API;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ElectronNET.Samples.ElectronHostHook.Controllers
|
||||
{
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
using ElectronNET.API;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace ElectronNET.Samples.ElectronHostHook
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user