Skip to content

Commit

Permalink
tested the package
Browse files Browse the repository at this point in the history
  • Loading branch information
npolyak committed Jan 29, 2023
1 parent 35c4c5b commit 70ed1e2
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Prototypes/NP.ViewModelSample/NP.ViewModelSample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ItemGroup Condition="'$(Configuration)'=='Debug'">
<ProjectReference Include="..\..\src\NP.Avalonia.UniDock.csproj" />
<ProjectReference Include="..\..\SubModules\NP.IoCy\src\NP.IoCy.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NP.Avalonia.UniDock" Version="1.0.47" />
<ItemGroup Condition="'$(Configuration)'=='Release'">
<PackageReference Include="NP.Avalonia.UniDock" Version="1.0.48" />
<PackageReference Include="NP.IoCy" Version="1.0.32"/>
</ItemGroup>
<ItemGroup>
<Folder Include="Themes\" />
</ItemGroup>
</Project>

0 comments on commit 70ed1e2

Please sign in to comment.