Browse Source

Build fix?

Nikita Tsukanov 8 năm trước cách đây
mục cha
commit
2be9cb5d4b
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 10 0
      tests/Avalonia.RenderTests/Avalonia.Skia.RenderTests.csproj

+ 10 - 0
tests/Avalonia.RenderTests/Avalonia.Skia.RenderTests.csproj

@@ -24,6 +24,16 @@
     <ProjectReference Include="..\..\src\Avalonia.Themes.Default\Avalonia.Themes.Default.csproj" />
     <ProjectReference Include="..\..\src\Skia\Avalonia.Skia\Avalonia.Skia.csproj"/>
   </ItemGroup>
+  <ItemGroup Condition="'$(TargetFramework)' == 'net461'">
+    <Reference Include="System" />
+    <Reference Include="System.Core" />
+    <Reference Include="System.Xml.Linq" />
+    <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Net.Http" />
+    <Reference Include="System.Xml" />
+  </ItemGroup>
   <Import Project="..\..\build\Moq.props" />
   <Import Project="..\..\build\Rx.props" />
   <Import Project="..\..\build\XUnit.props" />