diff --git a/appveyor.yml b/appveyor.yml
index cd8ee914..4609eff7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,4 @@
-version: 0.20.{build}
-
-# temporary fix for nuget connectivity issues
-hosts:
- api.nuget.org: 93.184.221.200
+version: 0.21.{build}
pull_requests:
do_not_increment_build_number: true
diff --git a/source/Serial Test App UWP/project.json b/source/Serial Test App UWP/project.json
index 693e3730..d269c23c 100644
--- a/source/Serial Test App UWP/project.json
+++ b/source/Serial Test App UWP/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3"
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.4.0"
},
"frameworks": {
- "uap10.0": {}
+ "uap10.0.10240": {}
},
"runtimes": {
"win10-arm": {},
diff --git a/source/USB Test App UWP/project.json b/source/USB Test App UWP/project.json
index 693e3730..d269c23c 100644
--- a/source/USB Test App UWP/project.json
+++ b/source/USB Test App UWP/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3"
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.4.0"
},
"frameworks": {
- "uap10.0": {}
+ "uap10.0.10240": {}
},
"runtimes": {
"win10-arm": {},
diff --git a/source/USB Test App WPF/Serial Test App WPF.csproj b/source/USB Test App WPF/Serial Test App WPF.csproj
index 0df9bfea..5a2f2126 100644
--- a/source/USB Test App WPF/Serial Test App WPF.csproj
+++ b/source/USB Test App WPF/Serial Test App WPF.csproj
@@ -49,8 +49,8 @@
..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll
-
- ..\packages\PropertyChanged.Fody.2.1.2\lib\netstandard1.0\PropertyChanged.dll
+
+ ..\packages\PropertyChanged.Fody.2.1.4\lib\netstandard1.0\PropertyChanged.dll
False
@@ -59,8 +59,8 @@
-
- ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll
+
+ ..\packages\System.Threading.Tasks.Extensions.4.4.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll
..\packages\MvvmLightLibs.5.3.0.0\lib\net45\System.Windows.Interactivity.dll
@@ -144,11 +144,11 @@
-
+
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}.
-
+
\ No newline at end of file
diff --git a/source/USB Test App WPF/packages.config b/source/USB Test App WPF/packages.config
index 59a74d58..8313f60d 100644
--- a/source/USB Test App WPF/packages.config
+++ b/source/USB Test App WPF/packages.config
@@ -1,11 +1,11 @@
-
+
-
-
-
+
+
+
\ No newline at end of file
diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj b/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
index f13c0203..634981e5 100644
--- a/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
+++ b/source/nanoFramework.Tools.DebugLibrary.Net/nanoFramework.Tools.DebugLibrary.Net.csproj
@@ -1,6 +1,6 @@
-
+
Debug
@@ -16,7 +16,7 @@
nanoFramework.Tools.Debugger.Net
- 0.4.0-preview020
+ 0.4.0-preview021
This .NET library provides a debug client for nanoFramework devices using USB or Serial connection to a board.
nanoFramework project contributors
nanoFramework debug library for .NET
@@ -61,11 +61,11 @@ For UWP look for the respective Nuget package.
-
- ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll
+
+ ..\packages\System.Threading.Tasks.Extensions.4.4.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll
-
- ..\packages\System.ValueTuple.4.3.1\lib\netstandard1.0\System.ValueTuple.dll
+
+ ..\packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll
C:\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd
@@ -92,9 +92,9 @@ For UWP look for the respective Nuget package.
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}.
-
-
+
+
-
+
\ No newline at end of file
diff --git a/source/nanoFramework.Tools.DebugLibrary.Net/packages.config b/source/nanoFramework.Tools.DebugLibrary.Net/packages.config
index a4c5d232..8396f7e5 100644
--- a/source/nanoFramework.Tools.DebugLibrary.Net/packages.config
+++ b/source/nanoFramework.Tools.DebugLibrary.Net/packages.config
@@ -1,7 +1,7 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj b/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj
index 3e56c04b..43ac0bbe 100644
--- a/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj
+++ b/source/nanoFramework.Tools.DebugLibrary.UWP/nanoFramework.Tools.DebugLibrary.UWP.csproj
@@ -17,7 +17,7 @@
512
{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
nanoFramework.Tools.Debugger.UWP
- 0.4.0-preview020
+ 0.4.0-preview021
This UWP library provides a debug client for nanoFramework devices using USB or Serial connection to a board.
nanoFramework project contributors
nanoFramework debug library for UWP
diff --git a/source/nanoFramework.Tools.DebugLibrary.UWP/project.json b/source/nanoFramework.Tools.DebugLibrary.UWP/project.json
index 853cd9a5..5cb14a6a 100644
--- a/source/nanoFramework.Tools.DebugLibrary.UWP/project.json
+++ b/source/nanoFramework.Tools.DebugLibrary.UWP/project.json
@@ -1,12 +1,12 @@
{
"supports": {},
"dependencies": {
- "Microsoft.NETCore.UniversalWindowsPlatform": "5.3.3",
- "NuGet.Build.Packaging": "0.1.315",
- "System.Threading.Tasks.Extensions": "4.3.0",
- "System.ValueTuple": "4.3.1"
+ "Microsoft.NETCore.UniversalWindowsPlatform": "5.4.0",
+ "NuGet.Build.Packaging": "0.2.0",
+ "System.Threading.Tasks.Extensions": "4.4.0",
+ "System.ValueTuple": "4.4.0"
},
"frameworks": {
- "uap10.0": {}
+ "uap10.0.10240": {}
}
}
\ No newline at end of file