Skip to content

Commit 2da4780

Browse files
Update 1 nuget dependencies
1 parent d338112 commit 2da4780

File tree

8 files changed

+15
-13
lines changed

8 files changed

+15
-13
lines changed

Tests/UnitTestDebugLogging/UnitTestDebugLogging.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<HintPath>..\..\packages\nanoFramework.System.Collections.1.3.0\lib\nanoFramework.System.Collections.dll</HintPath>
5656
<Private>True</Private>
5757
</Reference>
58-
<Reference Include="nanoFramework.System.Text, Version=1.1.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59-
<HintPath>..\..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
58+
<Reference Include="nanoFramework.System.Text, Version=1.1.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59+
<HintPath>..\..\packages\nanoFramework.System.Text.1.1.3-preview.4\lib\nanoFramework.System.Text.dll</HintPath>
6060
<Private>True</Private>
6161
</Reference>
6262
<Reference Include="nanoFramework.TestFramework, Version=1.0.166.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

Tests/UnitTestDebugLogging/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<package id="nanoFramework.System.Collections" version="1.3.0" targetFramework="netnanoframework10" />
77
<package id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" targetFramework="netnanoframework10" />
88
<package id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" targetFramework="netnanoframework10" />
9-
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
9+
<package id="nanoFramework.System.Text" version="1.1.3-preview.4" 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +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.&#10;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.
20+
There is also a package with the Stream Logging only and another with the basic Debug Logging.</description>
2021
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging.Serial</tags>
2122
<dependencies>
2223
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
2324
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
24-
<dependency id="nanoFramework.System.Text" version="1.1.2" />
25+
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.4" />
2526
<dependency id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" />
2627
<dependency id="nanoFramework.Logging" version="$version$" />
2728
</dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<HintPath>..\packages\nanoFramework.System.Collections.1.3.0\lib\nanoFramework.System.Collections.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
39-
<Reference Include="nanoFramework.System.Text, Version=1.1.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
40-
<HintPath>..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
39+
<Reference Include="nanoFramework.System.Text, Version=1.1.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
40+
<HintPath>..\packages\nanoFramework.System.Text.1.1.3-preview.4\lib\nanoFramework.System.Text.dll</HintPath>
4141
<Private>True</Private>
4242
</Reference>
4343
<Reference Include="System.IO.Ports, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.Logging.Serial/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<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" />
66
<package id="nanoFramework.System.IO.Ports" version="1.0.3-preview.4" targetFramework="netnanoframework10" />
7-
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
7+
<package id="nanoFramework.System.Text" version="1.1.3-preview.4" targetFramework="netnanoframework10" />
88
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
99
</packages>

nanoFramework.Logging.Stream.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +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.&#10;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.
20+
There is also a package with the Serial Logger only and another with the basic Debug Logger.</description>
2021
<tags>nanoFramework C# csharp netmf netnf logging</tags>
2122
<dependencies>
2223
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
23-
<dependency id="nanoFramework.System.Text" version="1.1.2" />
24+
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.4" />
2425
<dependency id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" />
2526
<dependency id="nanoFramework.Logging" version="$version$" />
2627
</dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
3333
<Private>True</Private>
3434
</Reference>
35-
<Reference Include="nanoFramework.System.Text, Version=1.1.2.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36-
<HintPath>..\packages\nanoFramework.System.Text.1.1.2\lib\nanoFramework.System.Text.dll</HintPath>
35+
<Reference Include="nanoFramework.System.Text, Version=1.1.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
36+
<HintPath>..\packages\nanoFramework.System.Text.1.1.3-preview.4\lib\nanoFramework.System.Text.dll</HintPath>
3737
<Private>True</Private>
3838
</Reference>
3939
<Reference Include="System.IO.FileSystem, Version=1.0.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">

nanoFramework.Logging.Stream/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<package id="nanoFramework.CoreLibrary" version="1.11.7" targetFramework="netnanoframework10" />
44
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.1" />
55
<package id="nanoFramework.System.IO.FileSystem" version="1.0.3-preview.3" targetFramework="netnanoframework10" />
6-
<package id="nanoFramework.System.Text" version="1.1.2" targetFramework="netnanoframework10" />
6+
<package id="nanoFramework.System.Text" version="1.1.3-preview.4" targetFramework="netnanoframework10" />
77
<package id="Nerdbank.GitVersioning" version="3.4.194" developmentDependency="true" targetFramework="netnanoframework10" />
88
</packages>

0 commit comments

Comments
 (0)