From 3aa3a1ceb39e227861ec82d6cf8f6ebb49b3c73a Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sat, 20 Jul 2024 21:50:52 +0800 Subject: [PATCH] fix: fix dependency. --- demo/Ursa.Demo/App.axaml | 5 +++-- demo/Ursa.PrismDialogDemo/MainWindow.axaml | 2 +- .../Ursa.PrismDialogDemo.csproj | 15 +++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/demo/Ursa.Demo/App.axaml b/demo/Ursa.Demo/App.axaml index abf9048..9ac19d2 100644 --- a/demo/Ursa.Demo/App.axaml +++ b/demo/Ursa.Demo/App.axaml @@ -2,9 +2,10 @@ x:Class="Ursa.Demo.App" xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:u-semi="https://irihi.tech/ursa/themes/semi"> + xmlns:u-semi="https://irihi.tech/ursa/themes/semi" + xmlns:semi="https://irihi.tech/semi"> - + \ No newline at end of file diff --git a/demo/Ursa.PrismDialogDemo/MainWindow.axaml b/demo/Ursa.PrismDialogDemo/MainWindow.axaml index 98ebde8..904dce5 100644 --- a/demo/Ursa.PrismDialogDemo/MainWindow.axaml +++ b/demo/Ursa.PrismDialogDemo/MainWindow.axaml @@ -9,7 +9,7 @@ - + diff --git a/demo/Ursa.PrismDialogDemo/Ursa.PrismDialogDemo.csproj b/demo/Ursa.PrismDialogDemo/Ursa.PrismDialogDemo.csproj index 2d2c855..d5c5446 100644 --- a/demo/Ursa.PrismDialogDemo/Ursa.PrismDialogDemo.csproj +++ b/demo/Ursa.PrismDialogDemo/Ursa.PrismDialogDemo.csproj @@ -1,4 +1,5 @@  + WinExe net8.0 @@ -7,17 +8,15 @@ app.manifest true - - + - - - - + + + - + - +