Skip to content

Commit 64aeebf

Browse files
committed
Updated AngleSharp; made portable
1 parent 29a9e10 commit 64aeebf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/AngleSharp.Scripting.CSharp.Tests/AngleSharp.Scripting.CSharp.Tests.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>AngleSharp.Scripting.CSharp.Tests</RootNamespace>
1010
<AssemblyName>AngleSharp.Scripting.CSharp.Tests</AssemblyName>
11+
<TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
1112
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1213
<FileAlignment>512</FileAlignment>
1314
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
@@ -35,8 +36,8 @@
3536
<WarningLevel>4</WarningLevel>
3637
</PropertyGroup>
3738
<ItemGroup>
38-
<Reference Include="AngleSharp, Version=0.9.6.41832, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
39-
<HintPath>..\packages\AngleSharp.0.9.6\lib\net45\AngleSharp.dll</HintPath>
39+
<Reference Include="AngleSharp, Version=0.9.7.82, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
40+
<HintPath>..\packages\AngleSharp.0.9.7\lib\portable-windows8+net45+windowsphone8+wpa+monoandroid+monotouch\AngleSharp.dll</HintPath>
4041
<Private>True</Private>
4142
</Reference>
4243
<Reference Include="Microsoft.CSharp" />
@@ -48,8 +49,8 @@
4849
<HintPath>..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath>
4950
<Private>True</Private>
5051
</Reference>
51-
<Reference Include="nunit.framework, Version=3.2.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
52-
<HintPath>..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll</HintPath>
52+
<Reference Include="nunit.framework, Version=3.4.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
53+
<HintPath>..\packages\NUnit.3.4.1\lib\net45\nunit.framework.dll</HintPath>
5354
<Private>True</Private>
5455
</Reference>
5556
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
@@ -102,7 +103,7 @@
102103
</When>
103104
</Choose>
104105
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
105-
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
106107
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
107108
Other similar extension points exist, see Microsoft.Common.targets.
108109
<Target Name="BeforeBuild">

src/AngleSharp.Scripting.CSharp.Tests/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
[assembly: AssemblyTrademark("")]
1111
[assembly: AssemblyCulture("")]
1212
[assembly: ComVisible(false)]
13-
[assembly: Guid("28e226b6-8a42-4266-a184-7e8f8b26e3d5")]
1413
[assembly: AssemblyVersion("1.0.0.0")]
1514
[assembly: AssemblyFileVersion("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="AngleSharp" version="0.9.6" targetFramework="net45" />
3+
<package id="AngleSharp" version="0.9.7" targetFramework="net45" />
44
<package id="NUnit" version="3.4.1" targetFramework="net45" />
55
<package id="NUnitTestAdapter" version="2.0.0" targetFramework="net45" />
66
</packages>

0 commit comments

Comments
 (0)