Quellcode durchsuchen

Update Nugets for Tasks app

James Montemagno vor 9 Jahren
Ursprung
Commit
5370299153

+ 0 - 8
Demos/app-tasks/DevDaysTasks.Droid/DevDaysTasks.Droid.csproj

@@ -71,14 +71,6 @@
       <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
       <Private>True</Private>
     </Reference>
-    <Reference Include="SQLitePCL, Version=3.8.7.2, Culture=neutral, PublicKeyToken=bddade01e9c850c5, processorArchitecture=MSIL">
-      <HintPath>..\packages\SQLitePCL.3.8.7.2\lib\MonoAndroid\SQLitePCL.dll</HintPath>
-      <Private>True</Private>
-    </Reference>
-    <Reference Include="SQLitePCL.Ext, Version=3.8.7.2, Culture=neutral, PublicKeyToken=bddade01e9c850c5, processorArchitecture=MSIL">
-      <HintPath>..\packages\SQLitePCL.3.8.7.2\lib\MonoAndroid\SQLitePCL.Ext.dll</HintPath>
-      <Private>True</Private>
-    </Reference>
     <Reference Include="SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL">
       <HintPath>..\packages\SQLitePCLRaw.bundle_green.1.0.1\lib\MonoAndroid\SQLitePCLRaw.batteries_green.dll</HintPath>
       <Private>True</Private>

+ 0 - 1
Demos/app-tasks/DevDaysTasks.Droid/packages.config

@@ -6,7 +6,6 @@
   <package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="monoandroid60" />
   <package id="Microsoft.Net.Http" version="2.2.29" targetFramework="monoandroid60" />
   <package id="Newtonsoft.Json" version="9.0.1" targetFramework="monoandroid60" />
-  <package id="SQLitePCL" version="3.8.7.2" targetFramework="monoandroid60" />
   <package id="SQLitePCLRaw.bundle_green" version="1.0.1" targetFramework="monoandroid60" />
   <package id="SQLitePCLRaw.core" version="1.0.1" targetFramework="monoandroid60" />
   <package id="SQLitePCLRaw.lib.e_sqlite3.android" version="1.0.1" targetFramework="monoandroid60" />

+ 1 - 1
Demos/app-tasks/DevDaysTasks.Shared/Helpers/Constants.cs

@@ -6,7 +6,7 @@ namespace DevDaysTasks
 	{
 		// Replace strings with your mobile services and gateway URLs.
 		public static string ApplicationURL =
-            @"https://motzcoffee.azurewebsites.net";
+            @"https://YOUR-APP-URL.azurewebsites.net";
 	}
 }
 

+ 0 - 9
Demos/app-tasks/DevDaysTasks.UWP/DevDaysTasks.UWP.nuget.props

@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="no"?>
-<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup Condition="'$(NuGetPackageRoot)' == ''">
-    <NuGetPackageRoot>$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
-  </PropertyGroup>
-  <ImportGroup>
-    <Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.props')" />
-  </ImportGroup>
-</Project>

+ 0 - 1
Demos/app-tasks/DevDaysTasks.UWP/DevDaysTasks.UWP.nuget.targets

@@ -5,7 +5,6 @@
   </PropertyGroup>
   <ImportGroup>
     <Import Project="$(NuGetPackageRoot)\Microsoft.Bcl.Build\1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('$(NuGetPackageRoot)\Microsoft.Bcl.Build\1.0.21\build\Microsoft.Bcl.Build.targets')" />
-    <Import Project="$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCL\3.8.7.2\build\netcore451\SQLitePCL.targets')" />
     <Import Project="$(NuGetPackageRoot)\SQLitePCLRaw.lib.e_sqlite3.v140\1.0.0\build\SQLitePCLRaw.lib.e_sqlite3.v140.targets" Condition="Exists('$(NuGetPackageRoot)\SQLitePCLRaw.lib.e_sqlite3.v140\1.0.0\build\SQLitePCLRaw.lib.e_sqlite3.v140.targets')" />
     <Import Project="$(NuGetPackageRoot)\Xamarin.Forms\2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition="Exists('$(NuGetPackageRoot)\Xamarin.Forms\2.3.2.127\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
   </ImportGroup>

+ 1 - 1
Demos/app-tasks/DevDaysTasks.UWP/project.json

@@ -7,7 +7,7 @@
     "Microsoft.Net.Http": "2.2.29",
     "Microsoft.NETCore.UniversalWindowsPlatform": "5.2.2",
     "Newtonsoft.Json": "9.0.1",
-    "SQLitePCL": "3.8.7.2",
+    "SQLitePCLRaw.core": "1.0.1",
     "Xamarin.Forms": "2.3.2.127"
   },
   "frameworks": {

+ 11 - 150
Demos/app-tasks/DevDaysTasks.UWP/project.lock.json

@@ -437,15 +437,6 @@
           "lib/netstandard1.0/_._": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -460,7 +451,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -3085,15 +3076,6 @@
           "runtimes/win8-arm/native/clrcompression.dll": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -3108,7 +3090,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -5613,15 +5595,6 @@
           "runtimes/win8-arm-aot/native/_._": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -5636,7 +5609,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -8111,15 +8084,6 @@
           "runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -8134,7 +8098,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -10648,15 +10612,6 @@
           "runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -10671,7 +10626,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -13146,15 +13101,6 @@
           "runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -13169,7 +13115,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -15683,15 +15629,6 @@
           "runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
         }
       },
-      "SQLitePCL/3.8.7.2": {
-        "type": "package",
-        "compile": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        },
-        "runtime": {
-          "lib/netcore451/SQLitePCL.dll": {}
-        }
-      },
       "SQLitePCLRaw.bundle_green/1.0.0": {
         "type": "package",
         "dependencies": {
@@ -15706,7 +15643,7 @@
           "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
         }
       },
-      "SQLitePCLRaw.core/1.0.0": {
+      "SQLitePCLRaw.core/1.0.1": {
         "type": "package",
         "dependencies": {
           "NETStandard.Library": "1.6.0"
@@ -18929,82 +18866,6 @@
         "runtimes/win8-arm/native/clrcompression.dll"
       ]
     },
-    "SQLitePCL/3.8.7.2": {
-      "sha512": "Vi2/IJKPV4Web9GX+wn42foALVjFM68uTEoIOY6Ir8keF5OkniMB/iXCg3N2GWgj5ex7dCAsJmhv1sX84Fj9dQ==",
-      "type": "package",
-      "files": [
-        "SQLitePCL.3.8.7.2.nupkg.sha512",
-        "SQLitePCL.nuspec",
-        "build/MonoAndroid/_._",
-        "build/MonoTouch/_._",
-        "build/Xamarin.iOS10/_._",
-        "build/net45/SQLitePCL.Ext.dll",
-        "build/net45/SQLitePCL.props",
-        "build/net45/SQLitePCL.targets",
-        "build/netcore45/SQLitePCL.Ext.dll",
-        "build/netcore45/SQLitePCL.Ext.pri",
-        "build/netcore45/SQLitePCL.props",
-        "build/netcore45/SQLitePCL.targets",
-        "build/netcore451/SQLitePCL.Ext.dll",
-        "build/netcore451/SQLitePCL.Ext.pri",
-        "build/netcore451/SQLitePCL.props",
-        "build/netcore451/SQLitePCL.targets",
-        "build/portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/_._",
-        "build/wp8/ARM/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "build/wp8/ARM/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "build/wp8/ARM/SQLitePCL.Ext.dll",
-        "build/wp8/SQLitePCL.props",
-        "build/wp8/SQLitePCL.targets",
-        "build/wp8/x86/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "build/wp8/x86/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "build/wp8/x86/SQLitePCL.Ext.dll",
-        "build/wp81/ARM/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "build/wp81/ARM/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "build/wp81/ARM/SQLitePCL.Ext.dll",
-        "build/wp81/SQLitePCL.props",
-        "build/wp81/SQLitePCL.targets",
-        "build/wp81/x86/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "build/wp81/x86/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "build/wp81/x86/SQLitePCL.Ext.dll",
-        "build/wpa81/SQLitePCL.Ext.dll",
-        "build/wpa81/SQLitePCL.Ext.pri",
-        "build/wpa81/SQLitePCL.props",
-        "build/wpa81/SQLitePCL.targets",
-        "lib/MonoAndroid/SQLitePCL.Ext.dll",
-        "lib/MonoAndroid/SQLitePCL.dll",
-        "lib/MonoTouch/SQLitePCL.Ext.dll",
-        "lib/MonoTouch/SQLitePCL.dll",
-        "lib/Xamarin.iOS10/SQLitePCL.Ext.dll",
-        "lib/Xamarin.iOS10/SQLitePCL.dll",
-        "lib/net45/SQLitePCL.dll",
-        "lib/netcore45/SQLitePCL.dll",
-        "lib/netcore451/SQLitePCL.dll",
-        "lib/portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/SQLitePCL.dll",
-        "lib/wp8/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "lib/wp8/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "lib/wp8/SQLitePCL.dll",
-        "lib/wp81/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.dll",
-        "lib/wp81/SQLitePCL.Ext.WindowsPhone8.RuntimeProxy.winmd",
-        "lib/wp81/SQLitePCL.dll",
-        "lib/wpa81/SQLitePCL.dll",
-        "readme.txt",
-        "tools/MonoAndroid/install.ps1",
-        "tools/MonoTouch/install.ps1",
-        "tools/Xamarin.iOS10/install.ps1",
-        "tools/net45/install.ps1",
-        "tools/netcore45/install.ps1",
-        "tools/netcore45/uninstall.ps1",
-        "tools/netcore451/install.ps1",
-        "tools/netcore451/uninstall.ps1",
-        "tools/portable-net45+sl50+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10/install.ps1",
-        "tools/wp8/install.ps1",
-        "tools/wp8/uninstall.ps1",
-        "tools/wp81/install.ps1",
-        "tools/wp81/uninstall.ps1",
-        "tools/wpa81/install.ps1",
-        "tools/wpa81/uninstall.ps1"
-      ]
-    },
     "SQLitePCLRaw.bundle_green/1.0.0": {
       "sha512": "MS0nWvHYuSZvENiMXMfj/jr7dACqOFSBXE1fuUEwMsf/IDXPx/4a1IaZqb+A2IcouzLrA8JI1D4yGjxvV3QWDA==",
       "type": "package",
@@ -19031,11 +18892,11 @@
         "lib/wpa81/SQLitePCLRaw.batteries_green.dll"
       ]
     },
-    "SQLitePCLRaw.core/1.0.0": {
-      "sha512": "8tY6LQKKX6aEC/hbyNP4PkAnNrVygrzVr2W94mg8zQOwN0M51nDaFEGLYAp8kgEdreUmwCu+79vliq/WcefGZQ==",
+    "SQLitePCLRaw.core/1.0.1": {
+      "sha512": "ih45uNC9JVk3xxkxuy1vGl6Ukn6KJkOeEXQcMoxCaGg4OrcYZQFcm9/Sq5WTElGZJ/LynpV6/OrIaLqrmsC8eQ==",
       "type": "package",
       "files": [
-        "SQLitePCLRaw.core.1.0.0.nupkg.sha512",
+        "SQLitePCLRaw.core.1.0.1.nupkg.sha512",
         "SQLitePCLRaw.core.nuspec",
         "lib/MonoAndroid/SQLitePCLRaw.core.dll",
         "lib/MonoTouch/SQLitePCLRaw.core.dll",
@@ -24160,7 +24021,7 @@
       "Microsoft.NETCore.UniversalWindowsPlatform >= 5.2.2",
       "Microsoft.Net.Http >= 2.2.29",
       "Newtonsoft.Json >= 9.0.1",
-      "SQLitePCL >= 3.8.7.2",
+      "SQLitePCLRaw.core >= 1.0.1",
       "Xamarin.Forms >= 2.3.2.127"
     ],
     "UAP,Version=v10.0": []

+ 0 - 8
Demos/app-tasks/DevDaysTasks.iOS/DevDaysTasks.iOS.csproj

@@ -79,14 +79,6 @@
       <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\portable-net45+wp80+win8+wpa81\Newtonsoft.Json.dll</HintPath>
       <Private>True</Private>
     </Reference>
-    <Reference Include="SQLitePCL, Version=3.8.7.2, Culture=neutral, PublicKeyToken=bddade01e9c850c5, processorArchitecture=MSIL">
-      <HintPath>..\packages\SQLitePCL.3.8.7.2\lib\Xamarin.iOS10\SQLitePCL.dll</HintPath>
-      <Private>True</Private>
-    </Reference>
-    <Reference Include="SQLitePCL.Ext, Version=3.8.7.2, Culture=neutral, PublicKeyToken=bddade01e9c850c5, processorArchitecture=MSIL">
-      <HintPath>..\packages\SQLitePCL.3.8.7.2\lib\Xamarin.iOS10\SQLitePCL.Ext.dll</HintPath>
-      <Private>True</Private>
-    </Reference>
     <Reference Include="SQLitePCLRaw.batteries_green, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a84b7dcfb1391f7f, processorArchitecture=MSIL">
       <HintPath>..\packages\SQLitePCLRaw.bundle_green.1.0.1\lib\Xamarin.iOS10\SQLitePCLRaw.batteries_green.dll</HintPath>
       <Private>True</Private>

+ 0 - 1
Demos/app-tasks/DevDaysTasks.iOS/packages.config

@@ -6,7 +6,6 @@
   <package id="Microsoft.Bcl.Build" version="1.0.21" targetFramework="xamarinios10" />
   <package id="Microsoft.Net.Http" version="2.2.29" targetFramework="xamarinios10" />
   <package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
-  <package id="SQLitePCL" version="3.8.7.2" targetFramework="xamarinios10" />
   <package id="SQLitePCLRaw.bundle_green" version="1.0.1" targetFramework="xamarinios10" />
   <package id="SQLitePCLRaw.core" version="1.0.1" targetFramework="xamarinios10" />
   <package id="SQLitePCLRaw.provider.sqlite3.ios_unified" version="1.0.1" targetFramework="xamarinios10" />