diff --git a/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj b/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj index 7ffddf1..9f855f9 100644 --- a/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj +++ b/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj @@ -39,14 +39,14 @@ - - ..\..\packages\nanoFramework.CoreLibrary.1.16.11\lib\mscorlib.dll + + ..\..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll - - ..\..\packages\nanoFramework.TestFramework.3.0.67\lib\nanoFramework.TestFramework.dll + + ..\..\packages\nanoFramework.TestFramework.3.0.68\lib\nanoFramework.TestFramework.dll - ..\..\packages\nanoFramework.TestFramework.3.0.67\lib\nanoFramework.UnitTestLauncher.exe + ..\..\packages\nanoFramework.TestFramework.3.0.68\lib\nanoFramework.UnitTestLauncher.exe diff --git a/Tests/NFUnitTestRegex/packages.config b/Tests/NFUnitTestRegex/packages.config index 74151e0..324e837 100644 --- a/Tests/NFUnitTestRegex/packages.config +++ b/Tests/NFUnitTestRegex/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Tests/NFUnitTestRegex/packages.lock.json b/Tests/NFUnitTestRegex/packages.lock.json index a7eaa97..510c5a2 100644 --- a/Tests/NFUnitTestRegex/packages.lock.json +++ b/Tests/NFUnitTestRegex/packages.lock.json @@ -4,15 +4,15 @@ ".NETnanoFramework,Version=v1.0": { "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[1.16.11, 1.16.11]", - "resolved": "1.16.11", - "contentHash": "2XW+Zn0lQ+lOcxDbB1l2ga2rNoj9Jv2IeJwXE4ka1r+swmxn5N/otlMJVEXJgK8trUeD/E8T7+J7dXjU8UReHw==" + "requested": "[1.17.1, 1.17.1]", + "resolved": "1.17.1", + "contentHash": "T/iPvP8AeZs/5UeZgVa2cZVbl79ioeRyBJLzx4qvKbE9RE+984AR5WPY4tjGIdXugs1AFUYYnydvuGCpy+P1ww==" }, "nanoFramework.TestFramework": { "type": "Direct", - "requested": "[3.0.67, 3.0.67]", - "resolved": "3.0.67", - "contentHash": "VMxUKkZlA7chG9fhfCvGTXp7odgPds1GcWOpgDLlWAYKVwPHLEW+MZ3h/FC8JYavo3cReKwu5pUE5CkYl6gN7Q==" + "requested": "[3.0.68, 3.0.68]", + "resolved": "3.0.68", + "contentHash": "K+CKHTFqUW0H46CjkcLOCHcrLJDGmwErisQDXIKvUEgp0gE7rrsAat072aCcjXxojotSwa34hD/NIV4OF7vXgQ==" } } } diff --git a/nanoFramework.System.Text.RegularExpression.Benchmark/nanoFramework.System.Text.RegularExpression.Benchmark.nfproj b/nanoFramework.System.Text.RegularExpression.Benchmark/nanoFramework.System.Text.RegularExpression.Benchmark.nfproj index dbbbf91..7b80dfe 100644 --- a/nanoFramework.System.Text.RegularExpression.Benchmark/nanoFramework.System.Text.RegularExpression.Benchmark.nfproj +++ b/nanoFramework.System.Text.RegularExpression.Benchmark/nanoFramework.System.Text.RegularExpression.Benchmark.nfproj @@ -32,11 +32,11 @@ - - ..\packages\nanoFramework.CoreLibrary.1.16.11\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll - - ..\packages\nanoFramework.Benchmark.1.0.97\lib\nanoFramework.Benchmark.dll + + ..\packages\nanoFramework.Benchmark.1.0.98\lib\nanoFramework.Benchmark.dll ..\packages\nanoFramework.Logging.1.1.140\lib\nanoFramework.Logging.dll @@ -51,7 +51,7 @@ ..\packages\nanoFramework.System.Text.1.3.16\lib\nanoFramework.System.Text.dll - ..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.771\lib\System.Diagnostics.Stopwatch.dll + ..\packages\nanoFramework.System.Diagnostics.Stopwatch.1.2.807\lib\System.Diagnostics.Stopwatch.dll diff --git a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config index 277652f..1a95719 100644 --- a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config +++ b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config @@ -1,10 +1,10 @@  - - + + - + \ No newline at end of file diff --git a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json index 399ea72..705f983 100644 --- a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json +++ b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json @@ -4,15 +4,15 @@ ".NETnanoFramework,Version=v1.0": { "nanoFramework.Benchmark": { "type": "Direct", - "requested": "[1.0.97, 1.0.97]", - "resolved": "1.0.97", - "contentHash": "vSCtLm5mjMhi2RZQ/WfB8g0f5LD61ruJAAtchVLCkIrwW/5LeRgW/VskH9tehSQ1thtdd+bIjr5yPrGBVJs4vg==" + "requested": "[1.0.98, 1.0.98]", + "resolved": "1.0.98", + "contentHash": "X7B7D7IKePYSTuU5KBeo1vBGQVmXjP65GX1B018X7LLb5q+nCKBtYQ+W9s+ZxEnkDah9HJrZDeAzmfVfFi8C1w==" }, "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[1.16.11, 1.16.11]", - "resolved": "1.16.11", - "contentHash": "2XW+Zn0lQ+lOcxDbB1l2ga2rNoj9Jv2IeJwXE4ka1r+swmxn5N/otlMJVEXJgK8trUeD/E8T7+J7dXjU8UReHw==" + "requested": "[1.17.1, 1.17.1]", + "resolved": "1.17.1", + "contentHash": "T/iPvP8AeZs/5UeZgVa2cZVbl79ioeRyBJLzx4qvKbE9RE+984AR5WPY4tjGIdXugs1AFUYYnydvuGCpy+P1ww==" }, "nanoFramework.Logging": { "type": "Direct", @@ -34,9 +34,9 @@ }, "nanoFramework.System.Diagnostics.Stopwatch": { "type": "Direct", - "requested": "[1.2.771, 1.2.771]", - "resolved": "1.2.771", - "contentHash": "J8SvxUdqtoIx9b7BkYT9uw8EOL6fME7tZR42DbtzyTnH2sBd6fGy1aLiRL1rdjbQdpA3R7yuL8ge1aaDABWCcg==" + "requested": "[1.2.807, 1.2.807]", + "resolved": "1.2.807", + "contentHash": "fecFpSxRNKE6kHj2+BJ9cZtNTfrkQDqjUUGJUpuRWk9wow68hTYBBE1TyImzUZJEP2R6gSeeAn57x5IaDtWagw==" }, "nanoFramework.System.Text": { "type": "Direct", diff --git a/nanoFramework.System.Text.RegularExpressions.nuspec b/nanoFramework.System.Text.RegularExpressions.nuspec index e64f0ea..73b5be8 100644 --- a/nanoFramework.System.Text.RegularExpressions.nuspec +++ b/nanoFramework.System.Text.RegularExpressions.nuspec @@ -18,7 +18,7 @@ This package includes the System.Text assembly for .NET nanoFramework C# projects. nanoFramework C# csharp netmf netnf regex - + diff --git a/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj b/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj index f209029..cf96412 100644 --- a/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj +++ b/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj @@ -60,8 +60,8 @@ - - ..\packages\nanoFramework.CoreLibrary.1.16.11\lib\mscorlib.dll + + ..\packages\nanoFramework.CoreLibrary.1.17.1\lib\mscorlib.dll ..\packages\nanoFramework.System.Collections.1.5.59\lib\nanoFramework.System.Collections.dll diff --git a/nanoFramework.System.Text.RegularExpressions/packages.config b/nanoFramework.System.Text.RegularExpressions/packages.config index 2cd452c..afb1777 100644 --- a/nanoFramework.System.Text.RegularExpressions/packages.config +++ b/nanoFramework.System.Text.RegularExpressions/packages.config @@ -1,6 +1,6 @@  - + diff --git a/nanoFramework.System.Text.RegularExpressions/packages.lock.json b/nanoFramework.System.Text.RegularExpressions/packages.lock.json index b05e371..4ec147a 100644 --- a/nanoFramework.System.Text.RegularExpressions/packages.lock.json +++ b/nanoFramework.System.Text.RegularExpressions/packages.lock.json @@ -4,9 +4,9 @@ ".NETnanoFramework,Version=v1.0": { "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[1.16.11, 1.16.11]", - "resolved": "1.16.11", - "contentHash": "2XW+Zn0lQ+lOcxDbB1l2ga2rNoj9Jv2IeJwXE4ka1r+swmxn5N/otlMJVEXJgK8trUeD/E8T7+J7dXjU8UReHw==" + "requested": "[1.17.1, 1.17.1]", + "resolved": "1.17.1", + "contentHash": "T/iPvP8AeZs/5UeZgVa2cZVbl79ioeRyBJLzx4qvKbE9RE+984AR5WPY4tjGIdXugs1AFUYYnydvuGCpy+P1ww==" }, "nanoFramework.System.Collections": { "type": "Direct",