Skip to content

Commit

Permalink
test(deps): add the reference to utils project
Browse files Browse the repository at this point in the history
  • Loading branch information
desmondinho committed May 20, 2024
1 parent eee7467 commit 86b3e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/LumexUI.Tests/LumexUI.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand All @@ -25,6 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\LumexUI.Utilities\LumexUI.Utilities.csproj" />
<ProjectReference Include="..\..\src\LumexUI\LumexUI.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 86b3e26

Please sign in to comment.