Avalonia is cross-platform, so no need to make the WindowManager Windows-only

This commit is contained in:
Markus Ewald 2025-07-05 14:21:43 +02:00
parent fd0cc907a4
commit 061c6e9906

View File

@ -18,9 +18,6 @@ limitations under the License.
#endregion // Apache License 2.0
using System;
#if NET6_0_OR_GREATER
using System.Runtime.Versioning;
#endif
using Microsoft.Extensions.DependencyInjection;
@ -31,9 +28,6 @@ namespace Nuclex.Avalonia.DependencyInjection {
/// <summary>
/// Window manager that is using Microsoft's dependency injection interfaces
/// </summary>
#if NET6_0_OR_GREATER
[SupportedOSPlatform("windows")]
#endif
public class DependencyInjectedWindowManager : WindowManager {
#region class WindowScope