Skip to content

Commit d338112

Browse files
Update 3 nuget dependencies
1 parent 427be23 commit d338112

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
lines changed

Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
4444
<Private>True</Private>
4545
</Reference>
46-
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.3.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.Hardware.Esp32.1.3.4\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
46+
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.3.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47+
<HintPath>..\..\packages\nanoFramework.Hardware.Esp32.1.3.5-preview.3\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
50-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51-
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
50+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51+
<HintPath>..\..\packages\nanoFramework.Runtime.Events.1.10.0-preview.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
5252
<Private>True</Private>
5353
</Reference>
5454
<Reference Include="nanoFramework.System.Collections, Version=1.3.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -67,13 +67,15 @@
6767
<HintPath>..\..\packages\nanoFramework.TestFramework.1.0.166\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
6868
<Private>True</Private>
6969
</Reference>
70-
<Reference Include="System.IO.FileSystem, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
71-
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.0.2\lib\System.IO.FileSystem.dll</HintPath>
70+
<Reference Include="System.IO.FileSystem, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
71+
<HintPath>..\..\packages\nanoFramework.System.IO.FileSystem.1.0.3-preview.3\lib\System.IO.FileSystem.dll</HintPath>
7272
<Private>True</Private>
73+
<SpecificVersion>True</SpecificVersion>
7374
</Reference>
74-
<Reference Include="System.IO.Ports, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
75-
<HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.0.2\lib\System.IO.Ports.dll</HintPath>
75+
<Reference Include="System.IO.Ports, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
76+
<HintPath>..\..\packages\nanoFramework.System.IO.Ports.1.0.3-preview.4\lib\System.IO.Ports.dll</HintPath>
7677
<Private>True</Private>
78+
<SpecificVersion>True</SpecificVersion>
7779
</Reference>
7880
</ItemGroup>
7981
<ItemGroup>
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Hardware.Esp32" version="1.3.4" targetFramework="netnanoframework10" />
5-
<package id="nanoFramework.Runtime.Events" version="1.9.2" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Hardware.Esp32" version="1.3.5-preview.3" targetFramework="netnanoframework10" />
5+
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.Collections" version="1.3.0" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.IO.FileSystem" version="1.0.2" targetFramework="netnanoframework10" />
8-
<package id="nanoFramework.System.IO.Ports" version="1.0.2" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" targetFramework="netnanoframework10" />
8+
<package id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" targetFramework="netnanoframework10" />
99
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
1010
<package id="nanoFramework.TestFramework" version="1.0.166" targetFramework="netnanoframework10" developmentDependency="true" />
1111
</packages>

nanoFramework.Logging.Serial.nuspec

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
<icon>images\nf-logo.png</icon>
1717
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging.Serial assembly (Serial Logging only) for .NET nanoFramework C# projects.
20-
There is also a package with the Stream Logging only and another with the basic Debug Logging.</description>
19+
<description>This package includes the nanoFramework.Logging.Serial assembly (Serial Logging only) for .NET nanoFramework C# projects.&#10;There is also a package with the Stream Logging only and another with the basic Debug Logging.</description>
2120
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging.Serial</tags>
2221
<dependencies>
2322
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
24-
<dependency id="nanoFramework.Runtime.Events" version="1.9.2" />
23+
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
2524
<dependency id="nanoFramework.System.Text" version="1.1.2" />
26-
<dependency id="nanoFramework.System.IO.Ports" version="1.0.2" />
25+
<dependency id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" />
2726
<dependency id="nanoFramework.Logging" version="$version$" />
2827
</dependencies>
2928
</metadata>

nanoFramework.Logging.Serial/nanoFramework.Logging.Serial.nfproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
2929
<Private>True</Private>
3030
</Reference>
31-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
32-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
31+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
32+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
3333
<Private>True</Private>
3434
</Reference>
3535
<Reference Include="nanoFramework.System.Collections, Version=1.3.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
@@ -40,9 +40,10 @@
4040
<HintPath>..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
43-
<Reference Include="System.IO.Ports, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44-
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.0.2\lib\System.IO.Ports.dll</HintPath>
43+
<Reference Include="System.IO.Ports, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44+
<HintPath>..\packages\nanoFramework.System.IO.Ports.1.0.3-preview.4\lib\System.IO.Ports.dll</HintPath>
4545
<Private>True</Private>
46+
<SpecificVersion>True</SpecificVersion>
4647
</Reference>
4748
</ItemGroup>
4849
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.2" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" targetFramework="netnanoframework10" />
55
<package id="nanoFramework.System.Collections" version="1.3.0" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.System.IO.Ports" version="1.0.2" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
88
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
99
</packages>

nanoFramework.Logging.Stream.nuspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
<icon>images\nf-logo.png</icon>
1717
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging.Stream assembly (Stream Logging only) for .NET nanoFramework C# projects.
20-
There is also a package with the Serial Logger only and another with the basic Debug Logger.</description>
19+
<description>This package includes the nanoFramework.Logging.Stream assembly (Stream Logging only) for .NET nanoFramework C# projects.&#10;There is also a package with the Serial Logger only and another with the basic Debug Logger.</description>
2120
<tags>nanoFramework C# csharp netmf netnf logging</tags>
2221
<dependencies>
2322
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
2423
<dependency id="nanoFramework.System.Text" version="1.1.2" />
25-
<dependency id="nanoFramework.System.IO.FileSystem" version="1.0.2" />
24+
<dependency id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" />
2625
<dependency id="nanoFramework.Logging" version="$version$" />
2726
</dependencies>
2827
</metadata>

nanoFramework.Logging.Stream/nanoFramework.Logging.Stream.nfproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@
2828
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
2929
<Private>True</Private>
3030
</Reference>
31-
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
32-
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2\lib\nanoFramework.Runtime.Events.dll</HintPath>
31+
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
32+
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
3333
<Private>True</Private>
3434
</Reference>
3535
<Reference Include="nanoFramework.System.Text, Version=1.1.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3636
<HintPath>..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="System.IO.FileSystem, Version=1.0.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
40-
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.0.2\lib\System.IO.FileSystem.dll</HintPath>
39+
<Reference Include="System.IO.FileSystem, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
40+
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.0.3-preview.3\lib\System.IO.FileSystem.dll</HintPath>
4141
<Private>True</Private>
42+
<SpecificVersion>True</SpecificVersion>
4243
</Reference>
4344
</ItemGroup>
4445
<ItemGroup>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
4-
<package id="nanoFramework.Runtime.Events" version="1.9.2" />
5-
<package id="nanoFramework.System.IO.FileSystem" version="1.0.2" targetFramework="netnanoframework10" />
4+
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
5+
<package id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" targetFramework="netnanoframework10" />
66
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
77
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
88
</packages>

nanoFramework.Logging.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
<icon>images\nf-logo.png</icon>
1717
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
1818
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects.
20-
There are also two other packages with just the Serial Logging and just the Stream Logging.
21-
These are meant to be used when you want to use those possibilities.</description>
19+
<description>This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects.&#10;There are also two other packages with just the Serial Logging and just the Stream Logging.&#10;These are meant to be used when you want to use those possibilities.</description>
2220
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging</tags>
2321
<dependencies>
2422
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />

0 commit comments

Comments
 (0)