|
49 | 49 | <Import Project="$(FSharpTargetsPath)" Condition="Exists('$(FSharpTargetsPath)')" /> |
50 | 50 | <ItemGroup> |
51 | 51 | <Compile Include="CompilerTest.fs" /> |
52 | | - <None Include="packages.config" /> |
| 52 | + <Content Include="packages.config" /> |
| 53 | + <Content Include="Naggum.Test.dll.config"> |
| 54 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 55 | + </Content> |
53 | 56 | </ItemGroup> |
54 | 57 | <ItemGroup> |
55 | 58 | <Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |
56 | 59 | <Private>True</Private> |
57 | 60 | </Reference> |
58 | 61 | <Reference Include="mscorlib" /> |
59 | | - <Reference Include="nunit.framework"> |
60 | | - <HintPath>..\packages\NUnit.2.6.1\lib\nunit.framework.dll</HintPath> |
61 | | - <Private>True</Private> |
62 | | - </Reference> |
63 | 62 | <Reference Include="System" /> |
64 | 63 | <Reference Include="System.Core" /> |
65 | 64 | <Reference Include="System.Numerics" /> |
66 | | - </ItemGroup> |
67 | | - <ItemGroup> |
| 65 | + <Reference Include="xunit.abstractions"> |
| 66 | + <HintPath>..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll</HintPath> |
| 67 | + <Private>True</Private> |
| 68 | + </Reference> |
68 | 69 | <ProjectReference Include="..\ngc\ngc.fsproj"> |
69 | 70 | <Name>ngc</Name> |
70 | 71 | <Project>{a4269c5e-e4ac-44bf-a06e-1b45248910ad}</Project> |
71 | 72 | <Private>True</Private> |
72 | 73 | </ProjectReference> |
| 74 | + <Reference Include="xunit.assert"> |
| 75 | + <HintPath>..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll</HintPath> |
| 76 | + <Private>True</Private> |
| 77 | + </Reference> |
| 78 | + <Reference Include="xunit.core"> |
| 79 | + <HintPath>..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll</HintPath> |
| 80 | + <Private>True</Private> |
| 81 | + </Reference> |
| 82 | + <Reference Include="xunit.execution.desktop"> |
| 83 | + <HintPath>..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll</HintPath> |
| 84 | + <Private>True</Private> |
| 85 | + </Reference> |
73 | 86 | </ItemGroup> |
74 | 87 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
75 | 88 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments