diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-01-13 08:22:09 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-01-13 08:22:09 +0800 |
| commit | 5d8b29664c13e6e5c6292d79973980182ece1441 (patch) | |
| tree | ced2f67c82ce0748dbd0090f0fde6b921329d259 /JVDesktop/JVDesktop.csproj | |
| parent | 7d59c15b0efd2aa5a27aef356a265f850a2e7e2f (diff) | |
Diffstat (limited to 'JVDesktop/JVDesktop.csproj')
| -rw-r--r-- | JVDesktop/JVDesktop.csproj | 3 |
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> |
