diff --git a/System.Device.Spi/System.Device.Spi.nfproj b/System.Device.Spi/System.Device.Spi.nfproj
index 9e82e901..9a3a393b 100644
--- a/System.Device.Spi/System.Device.Spi.nfproj
+++ b/System.Device.Spi/System.Device.Spi.nfproj
@@ -1,6 +1,6 @@
-
+
$(MSBuildExtensionsPath)\nanoFramework\v1.0\
@@ -62,11 +62,11 @@
..\packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll
-
- ..\packages\nanoFramework.Runtime.Events.1.11.37\lib\nanoFramework.Runtime.Events.dll
+
+ ..\packages\nanoFramework.Runtime.Events.1.11.39\lib\nanoFramework.Runtime.Events.dll
-
- ..\packages\nanoFramework.System.Device.Gpio.1.1.62\lib\System.Device.Gpio.dll
+
+ ..\packages\nanoFramework.System.Device.Gpio.1.1.64\lib\System.Device.Gpio.dll
@@ -82,8 +82,8 @@
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}.
-
-
+
+
-
+
\ No newline at end of file
diff --git a/System.Device.Spi/packages.config b/System.Device.Spi/packages.config
index ad948dc9..aea6f8cd 100644
--- a/System.Device.Spi/packages.config
+++ b/System.Device.Spi/packages.config
@@ -1,7 +1,7 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/System.Device.Spi/packages.lock.json b/System.Device.Spi/packages.lock.json
index 9e4d9d11..18454eba 100644
--- a/System.Device.Spi/packages.lock.json
+++ b/System.Device.Spi/packages.lock.json
@@ -10,21 +10,21 @@
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
- "requested": "[1.11.37, 1.11.37]",
- "resolved": "1.11.37",
- "contentHash": "whTgEJCGpE8eGK7Z2fI6gTqsVeVrnCzP1KDSqIB2PY0/Jyw7NcnwCFe3s/43ch75DuAZt8/jTX0VJoJtN0Colw=="
+ "requested": "[1.11.39, 1.11.39]",
+ "resolved": "1.11.39",
+ "contentHash": "qNcgsk1QU5lTj2MgMYyF4iTx85YjFcAfJP9sYYydUlEXL1JaO2MnKGI3oBG4p20dJ1Fqi1ClIgKXJfAp9z80tA=="
},
"nanoFramework.System.Device.Gpio": {
"type": "Direct",
- "requested": "[1.1.62, 1.1.62]",
- "resolved": "1.1.62",
- "contentHash": "BaSX4efW1WtqVBoqqKs3tb9y3QSZiIPcWyalbxFY7ovQ2FKoyAHI/RzTGjzPtSf3mUwmrvXnPowDida5NY5Urg=="
+ "requested": "[1.1.64, 1.1.64]",
+ "resolved": "1.1.64",
+ "contentHash": "V6pBMEbvBITr5bbX5LHrRQ7g7583FfzNuv7LY62udDecfpxjK3GFO9cEf5DHsQSqkV36VziCCkpP3ecYqLXK1A=="
},
"Nerdbank.GitVersioning": {
"type": "Direct",
- "requested": "[3.10.85, 3.10.85]",
- "resolved": "3.10.85",
- "contentHash": "smhqiTAbnI/6NRn+k7m+a65qKY7nREbnFqFgqxiw3JS8kXiBUOxdCxIZFP9TOpCsoh46DbMlBlcd+dWQYAVVCA=="
+ "requested": "[3.10.91, 3.10.91]",
+ "resolved": "3.10.91",
+ "contentHash": "9MtEXm/um2lQAEoek1EkF4CXNH4JuXxv2jV3Ew2XlzP0LXxFaFiECS7ji8zf1ZaMnPGYbbom+Nm6y4ADc5HNHQ=="
}
}
}
diff --git a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj
index 108cf1f7..b9242e96 100644
--- a/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj
+++ b/Test/SpiHardwareUnitTests/SpiHardwareUnitTests.nfproj
@@ -42,8 +42,8 @@
..\..\packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll
-
- ..\..\packages\nanoFramework.Runtime.Events.1.11.37\lib\nanoFramework.Runtime.Events.dll
+
+ ..\..\packages\nanoFramework.Runtime.Events.1.11.39\lib\nanoFramework.Runtime.Events.dll
..\..\packages\nanoFramework.TestFramework.3.0.80\lib\nanoFramework.TestFramework.dll
@@ -51,8 +51,8 @@
..\..\packages\nanoFramework.TestFramework.3.0.80\lib\nanoFramework.UnitTestLauncher.exe
-
- ..\..\packages\nanoFramework.System.Device.Gpio.1.1.62\lib\System.Device.Gpio.dll
+
+ ..\..\packages\nanoFramework.System.Device.Gpio.1.1.64\lib\System.Device.Gpio.dll
diff --git a/Test/SpiHardwareUnitTests/packages.config b/Test/SpiHardwareUnitTests/packages.config
index c0409c75..a2be7349 100644
--- a/Test/SpiHardwareUnitTests/packages.config
+++ b/Test/SpiHardwareUnitTests/packages.config
@@ -1,7 +1,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/Test/SpiHardwareUnitTests/packages.lock.json b/Test/SpiHardwareUnitTests/packages.lock.json
index afe201aa..addc74c5 100644
--- a/Test/SpiHardwareUnitTests/packages.lock.json
+++ b/Test/SpiHardwareUnitTests/packages.lock.json
@@ -10,15 +10,15 @@
},
"nanoFramework.Runtime.Events": {
"type": "Direct",
- "requested": "[1.11.37, 1.11.37]",
- "resolved": "1.11.37",
- "contentHash": "whTgEJCGpE8eGK7Z2fI6gTqsVeVrnCzP1KDSqIB2PY0/Jyw7NcnwCFe3s/43ch75DuAZt8/jTX0VJoJtN0Colw=="
+ "requested": "[1.11.39, 1.11.39]",
+ "resolved": "1.11.39",
+ "contentHash": "qNcgsk1QU5lTj2MgMYyF4iTx85YjFcAfJP9sYYydUlEXL1JaO2MnKGI3oBG4p20dJ1Fqi1ClIgKXJfAp9z80tA=="
},
"nanoFramework.System.Device.Gpio": {
"type": "Direct",
- "requested": "[1.1.62, 1.1.62]",
- "resolved": "1.1.62",
- "contentHash": "BaSX4efW1WtqVBoqqKs3tb9y3QSZiIPcWyalbxFY7ovQ2FKoyAHI/RzTGjzPtSf3mUwmrvXnPowDida5NY5Urg=="
+ "requested": "[1.1.64, 1.1.64]",
+ "resolved": "1.1.64",
+ "contentHash": "V6pBMEbvBITr5bbX5LHrRQ7g7583FfzNuv7LY62udDecfpxjK3GFO9cEf5DHsQSqkV36VziCCkpP3ecYqLXK1A=="
},
"nanoFramework.TestFramework": {
"type": "Direct",
diff --git a/nanoFramework.System.Device.Spi.nuspec b/nanoFramework.System.Device.Spi.nuspec
index 28db9b92..5533e773 100644
--- a/nanoFramework.System.Device.Spi.nuspec
+++ b/nanoFramework.System.Device.Spi.nuspec
@@ -20,8 +20,8 @@ This package requires a target with System.Device.Spi v$nativeVersion$ (checksum
nanoFramework C# csharp netmf netnf System.Device.Spi
-
-
+
+