Skip to content

Commit 731e21a

Browse files
committed
tests: Update nugets (nunit + BCL stuff)
1 parent 393c672 commit 731e21a

10 files changed

Lines changed: 92 additions & 43 deletions

File tree

tests/SQLite.Net.Tests.Generic/SQLite.Net.Tests.Generic.csproj

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<RootNamespace>SQLite.Net.Tests.Generic</RootNamespace>
99
<AssemblyName>SQLite.Net.Tests.Generic</AssemblyName>
1010
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11+
<NuGetPackageImportStamp>
12+
</NuGetPackageImportStamp>
1113
</PropertyGroup>
1214
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1315
<DebugSymbols>true</DebugSymbols>
@@ -28,12 +30,20 @@
2830
<ConsolePause>false</ConsolePause>
2931
</PropertyGroup>
3032
<ItemGroup>
31-
<Reference Include="Microsoft.Threading.Tasks">
32-
<HintPath>C:\WORK\REPOS\SQLite.Net PCL\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.dll</HintPath>
33+
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
34+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
3335
<Private>True</Private>
3436
</Reference>
3537
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
38+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
39+
<Private>True</Private>
40+
</Reference>
41+
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
43+
<Private>True</Private>
44+
</Reference>
45+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
46+
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
3747
<Private>True</Private>
3848
</Reference>
3949
<Reference Include="PCLStorage">
@@ -46,11 +56,12 @@
4656
</Reference>
4757
<Reference Include="System" />
4858
<Reference Include="System.Core" />
59+
<Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
60+
<HintPath>..\..\packages\System.Data.SQLite.Core.1.0.98.1\lib\net45\System.Data.SQLite.dll</HintPath>
61+
<Private>True</Private>
62+
</Reference>
4963
<Reference Include="System.Net" />
5064
<Reference Include="System.Xml" />
51-
<Reference Include="nunit.framework">
52-
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
53-
</Reference>
5465
</ItemGroup>
5566
<ItemGroup>
5667
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -75,4 +86,13 @@
7586
<ItemGroup>
7687
<None Include="packages.config" />
7788
</ItemGroup>
78-
</Project>
89+
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" />
90+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
91+
<PropertyGroup>
92+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
93+
</PropertyGroup>
94+
<Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets'))" />
95+
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
96+
</Target>
97+
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
98+
</Project>
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="net45" userInstalled="true" />
4-
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="net45" userInstalled="true" />
5-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" userInstalled="true" />
6-
<package id="PCLStorage" version="1.0.2" targetFramework="net45" userInstalled="true" />
3+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
4+
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
5+
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
6+
<package id="NUnit" version="2.6.4" targetFramework="net45" />
7+
<package id="PCLStorage" version="1.0.2" targetFramework="net45" />
8+
<package id="System.Data.SQLite.Core" version="1.0.98.1" targetFramework="net45" />
79
</packages>

tests/SQLite.Net.Tests.OSX/SQLite.Net.Tests.OSX.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<ItemGroup>
35-
<Reference Include="nunit.framework">
36-
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
35+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
36+
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
37+
<Private>True</Private>
3738
</Reference>
3839
<Reference Include="PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
3940
<HintPath>..\..\packages\PCLStorage.1.0.2\lib\net45\PCLStorage.dll</HintPath>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="NUnit" version="2.6.3" targetFramework="net45" />
3+
<package id="NUnit" version="2.6.4" targetFramework="net45" />
44
<package id="PCLStorage" version="1.0.2" targetFramework="net45" />
55
</packages>

tests/SQLite.Net.Tests.Win32/SQLite.Net.Tests.Win32.csproj

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
<RestorePackages>true</RestorePackages>
1616
<ProductVersion>12.0.0</ProductVersion>
1717
<SchemaVersion>2.0</SchemaVersion>
18+
<NuGetPackageImportStamp>
19+
</NuGetPackageImportStamp>
1820
</PropertyGroup>
1921
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2022
<DebugSymbols>true</DebugSymbols>
@@ -35,15 +37,20 @@
3537
</PropertyGroup>
3638
<ItemGroup>
3739
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
38-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.dll</HintPath>
40+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.dll</HintPath>
3941
<Private>True</Private>
4042
</Reference>
4143
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\net45\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
44+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
4345
<Private>True</Private>
4446
</Reference>
45-
<Reference Include="nunit.framework">
46-
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
47+
<Reference Include="Microsoft.Threading.Tasks.Extensions.Desktop, Version=1.0.168.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
48+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\net40\Microsoft.Threading.Tasks.Extensions.Desktop.dll</HintPath>
49+
<Private>True</Private>
50+
</Reference>
51+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
52+
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
53+
<Private>True</Private>
4754
</Reference>
4855
<Reference Include="PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
4956
<HintPath>..\..\packages\PCLStorage.1.0.2\lib\net45\PCLStorage.dll</HintPath>
@@ -55,6 +62,10 @@
5562
</Reference>
5663
<Reference Include="System" />
5764
<Reference Include="System.Core" />
65+
<Reference Include="System.Data.SQLite, Version=1.0.98.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
66+
<HintPath>..\..\packages\System.Data.SQLite.Core.1.0.98.1\lib\net45\System.Data.SQLite.dll</HintPath>
67+
<Private>True</Private>
68+
</Reference>
5869
<Reference Include="System.Net" />
5970
<Reference Include="System.Xml.Linq" />
6071
<Reference Include="System.Data.DataSetExtensions" />
@@ -90,7 +101,11 @@
90101
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
91102
</PropertyGroup>
92103
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
104+
<Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets'))" />
105+
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
93106
</Target>
107+
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.98.1\build\net45\System.Data.SQLite.Core.targets')" />
108+
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
94109
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95110
Other similar extension points exist, see Microsoft.Common.targets.
96111
<Target Name="BeforeBuild">
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="net45" userInstalled="true" />
4-
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="net45" userInstalled="true" />
5-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="net45" userInstalled="true" />
6-
<package id="NUnit" version="2.6.3" targetFramework="net45" userInstalled="true" />
7-
<package id="PCLStorage" version="1.0.2" targetFramework="net45" userInstalled="true" />
3+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="net45" />
4+
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="net45" />
5+
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="net45" />
6+
<package id="NUnit" version="2.6.4" targetFramework="net45" />
7+
<package id="PCLStorage" version="1.0.2" targetFramework="net45" />
8+
<package id="System.Data.SQLite.Core" version="1.0.98.1" targetFramework="net45" />
89
</packages>

tests/SQLite.Net.Tests.WinRT/SQLite.Net.Tests.WinRT.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
<AppxBundle>Never</AppxBundle>
2121
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
2222
<RestorePackages>true</RestorePackages>
23+
<NuGetPackageImportStamp>
24+
</NuGetPackageImportStamp>
2325
</PropertyGroup>
2426
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2527
<DebugSymbols>true</DebugSymbols>
@@ -113,7 +115,7 @@
113115
<SDKReference Include="TestPlatform, Version=11.0" />
114116
</ItemGroup>
115117
<ItemGroup>
116-
<Compile Include="..\*.cs"/>
118+
<Compile Include="..\*.cs" />
117119
<Compile Include="Properties\AssemblyInfo.cs" />
118120
</ItemGroup>
119121
<ItemGroup>
@@ -142,15 +144,16 @@
142144
</ItemGroup>
143145
<ItemGroup>
144146
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
145-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\win8\Microsoft.Threading.Tasks.dll</HintPath>
147+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Threading.Tasks.dll</HintPath>
146148
<Private>True</Private>
147149
</Reference>
148150
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
149-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\win8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
151+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\win8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
150152
<Private>True</Private>
151153
</Reference>
152-
<Reference Include="nunit.framework">
153-
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
154+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
155+
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
156+
<Private>True</Private>
154157
</Reference>
155158
<Reference Include="PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
156159
<HintPath>..\..\packages\PCLStorage.1.0.2\lib\portable-win8+wpa81\PCLStorage.dll</HintPath>
@@ -185,7 +188,9 @@
185188
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
186189
</PropertyGroup>
187190
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
191+
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
188192
</Target>
193+
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
189194
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
190195
Other similar extension points exist, see Microsoft.Common.targets.
191196
<Target Name="BeforeBuild">
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="win81" userInstalled="true" />
4-
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="win81" userInstalled="true" />
5-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="win81" userInstalled="true" />
6-
<package id="NUnit" version="2.6.3" targetFramework="win81" userInstalled="true" />
7-
<package id="PCLStorage" version="1.0.2" targetFramework="win81" userInstalled="true" />
3+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="win81" />
4+
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="win81" />
5+
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="win81" />
6+
<package id="NUnit" version="2.6.4" targetFramework="win81" />
7+
<package id="PCLStorage" version="1.0.2" targetFramework="win81" />
88
</packages>

tests/SQLite.Net.Tests.WindowsPhone8/SQLite.Net.Tests.WindowsPhone8.csproj

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<ThrowErrorsInValidation>true</ThrowErrorsInValidation>
2929
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
3030
<RestorePackages>true</RestorePackages>
31+
<NuGetPackageImportStamp>
32+
</NuGetPackageImportStamp>
3133
</PropertyGroup>
3234
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
3335
<DebugSymbols>true</DebugSymbols>
@@ -144,19 +146,20 @@
144146
</ItemGroup>
145147
<ItemGroup>
146148
<Reference Include="Microsoft.Threading.Tasks, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
147-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\wp8\Microsoft.Threading.Tasks.dll</HintPath>
149+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.dll</HintPath>
148150
<Private>True</Private>
149151
</Reference>
150152
<Reference Include="Microsoft.Threading.Tasks.Extensions, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
151-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\wp8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
153+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
152154
<Private>True</Private>
153155
</Reference>
154156
<Reference Include="Microsoft.Threading.Tasks.Extensions.Phone, Version=1.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
155-
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.165\lib\wp8\Microsoft.Threading.Tasks.Extensions.Phone.dll</HintPath>
157+
<HintPath>..\..\packages\Microsoft.Bcl.Async.1.0.168\lib\wp8\Microsoft.Threading.Tasks.Extensions.Phone.dll</HintPath>
156158
<Private>True</Private>
157159
</Reference>
158-
<Reference Include="nunit.framework">
159-
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
160+
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
161+
<HintPath>..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
162+
<Private>True</Private>
160163
</Reference>
161164
<Reference Include="PCLStorage, Version=1.0.2.0, Culture=neutral, PublicKeyToken=286fe515a2c35b64, processorArchitecture=MSIL">
162165
<HintPath>..\..\packages\PCLStorage.1.0.2\lib\wp8\PCLStorage.dll</HintPath>
@@ -184,5 +187,7 @@
184187
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
185188
</PropertyGroup>
186189
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
190+
<Error Condition="!Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
187191
</Target>
192+
<Import Project="..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
188193
</Project>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Bcl" version="1.1.7" targetFramework="wp8" userInstalled="true" />
4-
<package id="Microsoft.Bcl.Async" version="1.0.165" targetFramework="wp8" userInstalled="true" />
5-
<package id="Microsoft.Bcl.Build" version="1.0.14" targetFramework="wp8" userInstalled="true" />
6-
<package id="NUnit" version="2.6.3" targetFramework="wp8" userInstalled="true" />
7-
<package id="PCLStorage" version="1.0.2" targetFramework="wp8" userInstalled="true" />
3+
<package id="Microsoft.Bcl" version="1.1.10" targetFramework="wp8" />
4+
<package id="Microsoft.Bcl.Async" version="1.0.168" targetFramework="wp8" />
5+
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wp8" />
6+
<package id="NUnit" version="2.6.4" targetFramework="wp8" />
7+
<package id="PCLStorage" version="1.0.2" targetFramework="wp8" />
88
</packages>

0 commit comments

Comments
 (0)