diff --git a/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj b/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj index b119e27..057976a 100644 --- a/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj +++ b/Tests/NFUnitTestRegex/NFUnitTestRegex.nfproj @@ -40,7 +40,7 @@ - ..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.35\lib\netnano1.0\mscorlib.dll + ..\..\packages\nanoFramework.CoreLibrary.2.0.0-preview.39\lib\netnano1.0\mscorlib.dll ..\..\packages\nanoFramework.TestFramework.4.0.0-preview.47\lib\nanoFramework.TestFramework.dll diff --git a/Tests/NFUnitTestRegex/packages.config b/Tests/NFUnitTestRegex/packages.config index 329f2b9..35abca0 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 65bf96d..0fc2712 100644 --- a/Tests/NFUnitTestRegex/packages.lock.json +++ b/Tests/NFUnitTestRegex/packages.lock.json @@ -4,9 +4,9 @@ ".NETnanoFramework,Version=v1.0": { "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[2.0.0-preview.35, 2.0.0-preview.35]", - "resolved": "2.0.0-preview.35", - "contentHash": "l3LZs5zLeYKP+21DmVykOBWQvcLWOzgOls2JU6R2mRb2cz1+SitRCaEC5bTEJHs888JdHi3xWMVe3GkRzZ/2Lg==" + "requested": "[2.0.0-preview.39, 2.0.0-preview.39]", + "resolved": "2.0.0-preview.39", + "contentHash": "rkXOwaEq6GIm+dKZ7ICMrG23mln482vRXyDtaNfAeBpgGcgiuFJrbw7w0TTZ2DNhw1CUWlCWZZbXi6+/NHdpLg==" }, "nanoFramework.TestFramework": { "type": "Direct", 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 8b4d40f..b296cc1 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 @@ -33,7 +33,7 @@ - ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.35\lib\netnano1.0\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.39\lib\netnano1.0\mscorlib.dll ..\packages\nanoFramework.Benchmark.1.0.113\lib\nanoFramework.Benchmark.dll diff --git a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config index e321fd6..4fcee9a 100644 --- a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config +++ b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.config @@ -1,7 +1,7 @@  - + diff --git a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json index d40266f..924411a 100644 --- a/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json +++ b/nanoFramework.System.Text.RegularExpression.Benchmark/packages.lock.json @@ -10,9 +10,9 @@ }, "nanoFramework.CoreLibrary": { "type": "Direct", - "requested": "[2.0.0-preview.35, 2.0.0-preview.35]", - "resolved": "2.0.0-preview.35", - "contentHash": "l3LZs5zLeYKP+21DmVykOBWQvcLWOzgOls2JU6R2mRb2cz1+SitRCaEC5bTEJHs888JdHi3xWMVe3GkRzZ/2Lg==" + "requested": "[2.0.0-preview.39, 2.0.0-preview.39]", + "resolved": "2.0.0-preview.39", + "contentHash": "rkXOwaEq6GIm+dKZ7ICMrG23mln482vRXyDtaNfAeBpgGcgiuFJrbw7w0TTZ2DNhw1CUWlCWZZbXi6+/NHdpLg==" }, "nanoFramework.Logging": { "type": "Direct", diff --git a/nanoFramework.System.Text.RegularExpressions.nuspec b/nanoFramework.System.Text.RegularExpressions.nuspec index 7cbea59..a5618f2 100644 --- a/nanoFramework.System.Text.RegularExpressions.nuspec +++ b/nanoFramework.System.Text.RegularExpressions.nuspec @@ -19,7 +19,7 @@ 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 aad603d..cc0a731 100644 --- a/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj +++ b/nanoFramework.System.Text.RegularExpressions/nanoFramework.System.text.RegularExpressions.nfproj @@ -61,7 +61,7 @@ - ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.35\lib\netnano1.0\mscorlib.dll + ..\packages\nanoFramework.CoreLibrary.2.0.0-preview.39\lib\netnano1.0\mscorlib.dll ..\packages\nanoFramework.System.Collections.2.0.0-preview.8\lib\nanoFramework.System.Collections.dll diff --git a/nanoFramework.System.Text.RegularExpressions/packages.config b/nanoFramework.System.Text.RegularExpressions/packages.config index 1f69739..838bde1 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 434890c..d5b7a87 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": "[2.0.0-preview.35, 2.0.0-preview.35]", - "resolved": "2.0.0-preview.35", - "contentHash": "l3LZs5zLeYKP+21DmVykOBWQvcLWOzgOls2JU6R2mRb2cz1+SitRCaEC5bTEJHs888JdHi3xWMVe3GkRzZ/2Lg==" + "requested": "[2.0.0-preview.39, 2.0.0-preview.39]", + "resolved": "2.0.0-preview.39", + "contentHash": "rkXOwaEq6GIm+dKZ7ICMrG23mln482vRXyDtaNfAeBpgGcgiuFJrbw7w0TTZ2DNhw1CUWlCWZZbXi6+/NHdpLg==" }, "nanoFramework.System.Collections": { "type": "Direct",