Skip to content

Commit 57eb54f

Browse files
committed
Fixed project references yet again
1 parent ef89953 commit 57eb54f

File tree

6 files changed

+9
-3
lines changed

6 files changed

+9
-3
lines changed

src/Cimbalino.Toolkit (UWP)/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.Bcl.Build": "1.0.21",
43
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
54
"Microsoft.Xaml.Behaviors.Uwp.Managed": "1.1.0",
65
"StyleCop.Analyzers": "1.0.0"

src/Cimbalino.Toolkit (WP8)/Cimbalino.Toolkit (WP8).csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
</ProjectReference>
156156
</ItemGroup>
157157
<ItemGroup>
158+
<Reference Include="System.IO.Compression, Version=3.9.85.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
159+
<HintPath>..\packages\Microsoft.Bcl.Compression.3.9.85\lib\wp8\System.IO.Compression.dll</HintPath>
160+
<Private>True</Private>
161+
</Reference>
158162
<Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
159163
<Private>False</Private>
160164
</Reference>
@@ -176,7 +180,9 @@
176180
<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>
177181
</PropertyGroup>
178182
<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'))" />
183+
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets'))" />
179184
</Target>
185+
<Import Project="..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets" Condition="Exists('..\packages\Microsoft.Bcl.Compression.3.9.85\build\wp8\Microsoft.Bcl.Compression.targets')" />
180186
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
181187
Other similar extension points exist, see Microsoft.Common.targets.
182188
<Target Name="BeforeBuild">
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wp8" />
4+
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="wp8" />
45
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="wp8" developmentDependency="true" />
56
</packages>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="wpa81" />
4+
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="wpa81" />
45
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="wpa81" developmentDependency="true" />
56
</packages>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="win81" />
4+
<package id="Microsoft.Bcl.Compression" version="3.9.85" targetFramework="win81" />
45
<package id="StyleCop.Analyzers" version="1.0.0" targetFramework="win81" developmentDependency="true" />
56
</packages>

src/Cimbalino.Toolkit.Core (UWP)/project.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.Bcl.Build": "1.0.21",
4-
"Microsoft.Bcl.Compression": "3.9.85",
53
"Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
64
"StyleCop.Analyzers": "1.0.0"
75
},

0 commit comments

Comments
 (0)