|
35 | 35 | <WarningLevel>4</WarningLevel> |
36 | 36 | </PropertyGroup> |
37 | 37 | <ItemGroup> |
38 | | - <Reference Include="AngleSharp, Version=0.9.8.1, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL"> |
39 | | - <HintPath>..\packages\AngleSharp.0.9.8.1\lib\net45\AngleSharp.dll</HintPath> |
| 38 | + <Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL"> |
| 39 | + <HintPath>..\packages\AngleSharp.0.9.9\lib\net45\AngleSharp.dll</HintPath> |
40 | 40 | <Private>True</Private> |
41 | 41 | </Reference> |
42 | 42 | <Reference Include="Microsoft.CSharp" /> |
43 | | - <Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
44 | | - <HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath> |
| 43 | + <Reference Include="nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"> |
| 44 | + <HintPath>..\packages\NUnit.3.6.1\lib\net45\nunit.framework.dll</HintPath> |
45 | 45 | <Private>True</Private> |
46 | 46 | </Reference> |
47 | 47 | <Reference Include="System" /> |
|
50 | 50 | <Compile Include="GeneratorTests.cs" /> |
51 | 51 | <Compile Include="Properties\AssemblyInfo.cs" /> |
52 | 52 | </ItemGroup> |
53 | | - <ItemGroup> |
54 | | - <None Include="packages.config" /> |
55 | | - </ItemGroup> |
56 | 53 | <ItemGroup> |
57 | 54 | <ProjectReference Include="..\AngleSharp.Scripting.JavaScript.Generator\AngleSharp.Scripting.JavaScript.Generator.csproj"> |
58 | 55 | <Project>{2bebf4ad-1660-43a6-b452-109716f42fa6}</Project> |
59 | 56 | <Name>AngleSharp.Scripting.JavaScript.Generator</Name> |
60 | 57 | </ProjectReference> |
61 | 58 | </ItemGroup> |
| 59 | + <ItemGroup> |
| 60 | + <None Include="packages.config" /> |
| 61 | + </ItemGroup> |
62 | 62 | <Choose> |
63 | 63 | <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'"> |
64 | 64 | <ItemGroup> |
|
0 commit comments