summaryrefslogtreecommitdiff
path: root/JVDesktop/JVDesktop.csproj
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-01-13 08:22:09 +0800
committer魏曹先生 <1992414357@qq.com>2026-01-13 08:22:09 +0800
commit5d8b29664c13e6e5c6292d79973980182ece1441 (patch)
treeced2f67c82ce0748dbd0090f0fde6b921329d259 /JVDesktop/JVDesktop.csproj
parent7d59c15b0efd2aa5a27aef356a265f850a2e7e2f (diff)
Add data loading from wrapper to view modelHEADmain
Diffstat (limited to 'JVDesktop/JVDesktop.csproj')
-rw-r--r--JVDesktop/JVDesktop.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/JVDesktop/JVDesktop.csproj b/JVDesktop/JVDesktop.csproj
index 2940b03..67d341c 100644
--- a/JVDesktop/JVDesktop.csproj
+++ b/JVDesktop/JVDesktop.csproj
@@ -8,7 +8,7 @@
<AvaloniaUseCompiledBindingsByDefault
>true</AvaloniaUseCompiledBindingsByDefault>
<BaseOutputPath>..\.Temp\Debug\</BaseOutputPath>
- <OutDir>$(OutputPath)</OutDir>
+ <OutputPath>..\.Temp\Debug\</OutputPath>
<AppendTargetFrameworkToOutputPath
>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath
@@ -33,6 +33,7 @@
>All</PrivateAssets>
</PackageReference>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
+ <PackageReference Include="ReactiveUI" Version="22.3.1" />
</ItemGroup>
<ItemGroup>