Browse Source

fix integration test app, missing inter font package.

Dan Walmsley 2 years ago
parent
commit
b548ccb346
1 changed files with 1 additions and 0 deletions
  1. 1 0
      samples/IntegrationTestApp/IntegrationTestApp.csproj

+ 1 - 0
samples/IntegrationTestApp/IntegrationTestApp.csproj

@@ -19,6 +19,7 @@
   <ItemGroup>
     <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
     <ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
+    <ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
   </ItemGroup>
   
   <Import Project="..\..\build\BuildTargets.targets" />