Standartization of Core.UWP project file for NET8 WinUI

This commit is contained in:
Burak Kaan Köse
2024-07-11 16:38:43 +02:00
parent dec5d2b2b7
commit 9edb06c1cc
8 changed files with 95 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
using Windows.UI.Xaml;
using Wino.Core.Domain.Enums;
using Wino.Core.Domain.Enums;
#if NET8_0
using Microsoft.UI.Xaml;
#else
using Windows.UI.Xaml;
#endif
namespace Wino.Core.UWP.Extensions
{