diff options
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> |
