1 parent 0dffb81 commit 5cd170fCopy full SHA for 5cd170f
1 file changed
CyberPrism.Core/CyberPrism.Core.csproj
@@ -11,6 +11,10 @@
11
<UseWPF>true</UseWPF>
12
</PropertyGroup>
13
14
+ <ItemGroup Condition="'$(TargetFramework)'=='net8.0'">
15
+ <PackageReference Include="Prism.Core" Version="9.0.537" />
16
+ </ItemGroup>
17
+
18
<ItemGroup Condition="'$(TargetFramework)'=='net8.0-windows7.0'">
19
<PackageReference Include="Prism.Wpf" Version="9.0.537" />
20
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.122" />
0 commit comments