Skip to content

Commit 48d100a

Browse files
chore: move webview installer
1 parent ec50fa4 commit 48d100a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/BlazorDesktop/Services/BlazorDesktopService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.Reflection;
77
using System.Windows;
88
using System.Windows.Threading;
9-
using BlazorDesktop.Wpf;
109

1110
namespace BlazorDesktop.Services;
1211

src/BlazorDesktop/Wpf/WebViewInstaller.cs renamed to src/BlazorDesktop/Services/WebViewInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using System.IO;
88
using System.Net.Http;
99

10-
namespace BlazorDesktop.Wpf;
10+
namespace BlazorDesktop.Services;
1111

1212
/// <summary>
1313
/// Web view installer.

0 commit comments

Comments
 (0)