Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ffquintella committed Dec 16, 2024
1 parent 18ef835 commit 1e3ed62
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>Aura.UI.Gallery.NetCore</RootNamespace>
<LangVersion>12</LangVersion>
</PropertyGroup>
<ItemGroup>
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Include="Avalonia" Version="11.2.2" />
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.2" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aura.UI.Gallery\Aura.UI.Gallery.csproj" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 1e3ed62

Please sign in to comment.