Standartization of Core.UWP project file for NET8 WinUI
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
using Windows.UI.ViewManagement;
|
||||
using Windows.UI.Xaml;
|
||||
using Wino.Core.Domain.Interfaces;
|
||||
|
||||
#if NET8_0
|
||||
using Microsoft.UI.Xaml;
|
||||
#else
|
||||
using Windows.UI.Xaml;
|
||||
#endif
|
||||
|
||||
namespace Wino.Core.UWP.Services
|
||||
{
|
||||
public class UnderlyingThemeService : IUnderlyingThemeService
|
||||
|
||||
Reference in New Issue
Block a user