Skip to content

Commit a61252f

Browse files
committed
Prism.Avalonia - Removed unsupported SelectorRegionAdapter from project reference
1 parent 8998d87 commit a61252f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Avalonia/Prism.Avalonia/Prism.Avalonia.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Prism.Avalonia helps you more easily design and build rich, flexible, and easy t
3232
<Compile Remove="..\..\Wpf\Prism.Wpf\Navigation\Regions\ItemMetadata.cs" />
3333
<Compile Remove="..\..\Wpf\Prism.Wpf\Navigation\Regions\Behaviors\BindRegionContextToDependencyObjectBehavior.cs" />
3434
<Compile Remove="..\..\Wpf\Prism.Wpf\Navigation\Regions\Behaviors\SelectorItemsSourceSyncBehavior.cs" />
35+
<Compile Remove="..\..\Wpf\Prism.Wpf\Navigation\Regions\SelectorRegionAdapter.cs" />
3536

3637
<Using Include="Prism.Extensions" />
3738
</ItemGroup>

src/Wpf/Prism.Wpf/Navigation/Regions/SelectorRegionAdapter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace Prism.Navigation.Regions
44
{
5-
#if !AVALONIA
65
/// <summary>
76
/// Adapter that creates a new <see cref="Region"/> and binds all
87
/// the views to the adapted <see cref="Selector"/>.
@@ -61,5 +60,4 @@ protected override IRegion CreateRegion()
6160
return new Region();
6261
}
6362
}
64-
#endif
6563
}

0 commit comments

Comments
 (0)