Skip to content

Commit 68d38cd

Browse files
Fix dependency declaration in nuspec (#1)
1 parent f0c23d8 commit 68d38cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nanoFramework.System.IO.Ports.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.System.IO.Ports</id>
@@ -21,8 +21,8 @@ This package requires a target with System.IO.Ports v$nativeVersion$.</descripti
2121
<tags>nanoFramework C# csharp netmf netnf System.IO.Ports</tags>
2222
<dependencies>
2323
<dependency id="nanoFramework.CoreLibrary" version="1.10.3-preview.11" />
24-
<dependency id="nanoFramework.Hardware.Esp32" version="1.3.3-preview.14" />
2524
<dependency id="nanoFramework.Runtime.Events" version="1.9.0-preview.26" />
25+
<dependency id="nanoFramework.System.Collections" version="1.2.0-preview.51" />
2626
<dependency id="nanoFramework.System.Text" version="1.1.1-preview.49" />
2727
</dependencies>
2828
</metadata>
@@ -37,4 +37,4 @@ This package requires a target with System.IO.Ports v$nativeVersion$.</descripti
3737
<file src="assets\nf-logo.png" target="images" />
3838
<file src="LICENSE.md" target="" />
3939
</files>
40-
</package>
40+
</package>

0 commit comments

Comments
 (0)