Skip to content

Commit ff90938

Browse files
authored
Update 10 NuGet dependencies
1 parent b0a97d1 commit ff90938

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+445
-387
lines changed

Tests/AtomLiteTestApp/AtomLiteTestApp.nfproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
<None Include="packages.config" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<Reference Include="Iot.Device.Button">
31-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.308\lib\Iot.Device.Button.dll</HintPath>
30+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.313\lib\Iot.Device.Button.dll</HintPath>
32+
<Private>True</Private>
3233
</Reference>
33-
<Reference Include="Iot.Device.Ws28xx.Esp32">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.308\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
34+
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.316\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
36+
<Private>True</Private>
3537
</Reference>
3638
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3739
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>

Tests/AtomLiteTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Graphics.Core" version="1.1.37" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.1" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Button" version="1.2.308" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.308" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Button" version="1.2.313" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.316" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Events" version="1.11.6" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Device.Gpio" version="1.1.28" targetFramework="netnano1.0" />
1010
</packages>

Tests/AtomLiteTestApp/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"nanoFramework.Iot.Device.Button": {
2424
"type": "Direct",
25-
"requested": "[1.2.308, 1.2.308]",
26-
"resolved": "1.2.308",
27-
"contentHash": "6hdniQ4VP48Os4NMUd53up3mhnBIu3BSbPfCVHxNR8o2+jgLyugBpzMUEToV3um/Pz4QWPHi635ThzL/loMrsg=="
25+
"requested": "[1.2.313, 1.2.313]",
26+
"resolved": "1.2.313",
27+
"contentHash": "YezJoKPIij0GbyHMBVQDqH5ZfOtyExUgKpUXAXlyaUmT1ObfGuO4TPdki654LGfCrFqmgiyxK7/Dnv5bTNZpdA=="
2828
},
2929
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
3030
"type": "Direct",
31-
"requested": "[1.2.308, 1.2.308]",
32-
"resolved": "1.2.308",
33-
"contentHash": "mTlKg+PMj98rbOgVLNjTmGOssceNZTqIupthhSVuNPtaAVFJeCWfsqr05HsnIpf4/fx9qetpmnNp9NLZE2rgdA=="
31+
"requested": "[1.2.316, 1.2.316]",
32+
"resolved": "1.2.316",
33+
"contentHash": "UWRmMCJzG3yvObeNV1/ehQiSFQEkQ1Mx0HxGX0f3rHqoLJkH/bNvwm+pK3NTnBGWPFgEhHBjNoxpOY3/XUhBvg=="
3434
},
3535
"nanoFramework.Runtime.Events": {
3636
"type": "Direct",

Tests/AtomMatrixTestApp/AtomMatrixTestApp.nfproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@
2727
<None Include="packages.config" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<Reference Include="Iot.Device.Button">
31-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.308\lib\Iot.Device.Button.dll</HintPath>
30+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.313\lib\Iot.Device.Button.dll</HintPath>
32+
<Private>True</Private>
3233
</Reference>
33-
<Reference Include="Iot.Device.Ws28xx.Esp32">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.308\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
34+
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.316\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
36+
<Private>True</Private>
3537
</Reference>
3638
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3739
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>

Tests/AtomMatrixTestApp/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
44
<package id="nanoFramework.Graphics.Core" version="1.1.37" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.1" targetFramework="netnano1.0" />
6-
<package id="nanoFramework.Iot.Device.Button" version="1.2.308" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.308" targetFramework="netnano1.0" />
6+
<package id="nanoFramework.Iot.Device.Button" version="1.2.313" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.316" targetFramework="netnano1.0" />
88
<package id="nanoFramework.Runtime.Events" version="1.11.6" targetFramework="netnano1.0" />
99
<package id="nanoFramework.System.Device.Gpio" version="1.1.28" targetFramework="netnano1.0" />
1010
</packages>

Tests/AtomMatrixTestApp/packages.lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
},
2323
"nanoFramework.Iot.Device.Button": {
2424
"type": "Direct",
25-
"requested": "[1.2.308, 1.2.308]",
26-
"resolved": "1.2.308",
27-
"contentHash": "6hdniQ4VP48Os4NMUd53up3mhnBIu3BSbPfCVHxNR8o2+jgLyugBpzMUEToV3um/Pz4QWPHi635ThzL/loMrsg=="
25+
"requested": "[1.2.313, 1.2.313]",
26+
"resolved": "1.2.313",
27+
"contentHash": "YezJoKPIij0GbyHMBVQDqH5ZfOtyExUgKpUXAXlyaUmT1ObfGuO4TPdki654LGfCrFqmgiyxK7/Dnv5bTNZpdA=="
2828
},
2929
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
3030
"type": "Direct",
31-
"requested": "[1.2.308, 1.2.308]",
32-
"resolved": "1.2.308",
33-
"contentHash": "mTlKg+PMj98rbOgVLNjTmGOssceNZTqIupthhSVuNPtaAVFJeCWfsqr05HsnIpf4/fx9qetpmnNp9NLZE2rgdA=="
31+
"requested": "[1.2.316, 1.2.316]",
32+
"resolved": "1.2.316",
33+
"contentHash": "UWRmMCJzG3yvObeNV1/ehQiSFQEkQ1Mx0HxGX0f3rHqoLJkH/bNvwm+pK3NTnBGWPFgEhHBjNoxpOY3/XUhBvg=="
3434
},
3535
"nanoFramework.Runtime.Events": {
3636
"type": "Direct",

Tests/FireTestApp/FireTestApp.nfproj

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,29 @@
2727
<ProjectReference Include="..\..\nanoFramework.Fire\nanoFramework.Fire.nfproj" />
2828
</ItemGroup>
2929
<ItemGroup>
30-
<Reference Include="Iot.Device.Bmm150">
31-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.308\lib\Iot.Device.Bmm150.dll</HintPath>
30+
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
31+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.313\lib\Iot.Device.Bmm150.dll</HintPath>
32+
<Private>True</Private>
3233
</Reference>
33-
<Reference Include="Iot.Device.Button">
34-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.308\lib\Iot.Device.Button.dll</HintPath>
34+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
35+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.313\lib\Iot.Device.Button.dll</HintPath>
36+
<Private>True</Private>
3537
</Reference>
36-
<Reference Include="Iot.Device.Buzzer">
37-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.302\lib\Iot.Device.Buzzer.dll</HintPath>
38+
<Reference Include="Iot.Device.Buzzer, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
39+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Buzzer.1.2.313\lib\Iot.Device.Buzzer.dll</HintPath>
40+
<Private>True</Private>
3841
</Reference>
39-
<Reference Include="Iot.Device.Ip5306">
40-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.302\lib\Iot.Device.Ip5306.dll</HintPath>
42+
<Reference Include="Iot.Device.Ip5306, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
43+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ip5306.1.2.313\lib\Iot.Device.Ip5306.dll</HintPath>
44+
<Private>True</Private>
4145
</Reference>
42-
<Reference Include="Iot.Device.Mpu6886">
43-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.302\lib\Iot.Device.Mpu6886.dll</HintPath>
46+
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.313\lib\Iot.Device.Mpu6886.dll</HintPath>
48+
<Private>True</Private>
4449
</Reference>
45-
<Reference Include="Iot.Device.Ws28xx.Esp32">
46-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.308\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
50+
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
51+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Ws28xx.Esp32.1.2.316\lib\Iot.Device.Ws28xx.Esp32.dll</HintPath>
52+
<Private>True</Private>
4753
</Reference>
4854
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4955
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>

Tests/FireTestApp/packages.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<package id="nanoFramework.Graphics" version="1.1.37" targetFramework="netnano1.0" />
55
<package id="nanoFramework.Graphics.Core" version="1.1.37" targetFramework="netnano1.0" />
66
<package id="nanoFramework.Hardware.Esp32.Rmt" version="2.0.1" targetFramework="netnano1.0" />
7-
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.308" targetFramework="netnano1.0" />
8-
<package id="nanoFramework.Iot.Device.Button" version="1.2.308" targetFramework="netnano1.0" />
9-
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.302" targetFramework="netnano1.0" />
10-
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.302" targetFramework="netnano1.0" />
11-
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.302" targetFramework="netnano1.0" />
12-
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.308" targetFramework="netnano1.0" />
7+
<package id="nanoFramework.Iot.Device.Bmm150" version="1.2.313" targetFramework="netnano1.0" />
8+
<package id="nanoFramework.Iot.Device.Button" version="1.2.313" targetFramework="netnano1.0" />
9+
<package id="nanoFramework.Iot.Device.Buzzer" version="1.2.313" targetFramework="netnano1.0" />
10+
<package id="nanoFramework.Iot.Device.Ip5306" version="1.2.313" targetFramework="netnano1.0" />
11+
<package id="nanoFramework.Iot.Device.Mpu6886" version="1.2.313" targetFramework="netnano1.0" />
12+
<package id="nanoFramework.Iot.Device.Ws28xx.Esp32" version="1.2.316" targetFramework="netnano1.0" />
1313
<package id="nanoFramework.ResourceManager" version="1.2.13" targetFramework="netnano1.0" />
1414
<package id="nanoFramework.Runtime.Events" version="1.11.6" targetFramework="netnano1.0" />
1515
<package id="nanoFramework.Runtime.Native" version="1.6.6" targetFramework="netnano1.0" />

Tests/FireTestApp/packages.lock.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -28,39 +28,39 @@
2828
},
2929
"nanoFramework.Iot.Device.Bmm150": {
3030
"type": "Direct",
31-
"requested": "[1.2.308, 1.2.308]",
32-
"resolved": "1.2.308",
33-
"contentHash": "KFzvtQAeF9cexEaBbmu4uwP+ciMVLlTrVpo0YBxi0+heSE2ck58qqIzj5hO5wddCcYL8d0KUgULUfyRdh89fcg=="
31+
"requested": "[1.2.313, 1.2.313]",
32+
"resolved": "1.2.313",
33+
"contentHash": "yjx/oiXEev4EWqU6LzXSiy1GU2gS/7E0t7+JIcFejR+3IipQTx0wjQgWyr6Y59R2+EjVrDxTlJCodVfVjerY0A=="
3434
},
3535
"nanoFramework.Iot.Device.Button": {
3636
"type": "Direct",
37-
"requested": "[1.2.308, 1.2.308]",
38-
"resolved": "1.2.308",
39-
"contentHash": "6hdniQ4VP48Os4NMUd53up3mhnBIu3BSbPfCVHxNR8o2+jgLyugBpzMUEToV3um/Pz4QWPHi635ThzL/loMrsg=="
37+
"requested": "[1.2.313, 1.2.313]",
38+
"resolved": "1.2.313",
39+
"contentHash": "YezJoKPIij0GbyHMBVQDqH5ZfOtyExUgKpUXAXlyaUmT1ObfGuO4TPdki654LGfCrFqmgiyxK7/Dnv5bTNZpdA=="
4040
},
4141
"nanoFramework.Iot.Device.Buzzer": {
4242
"type": "Direct",
43-
"requested": "[1.2.302, 1.2.302]",
44-
"resolved": "1.2.302",
45-
"contentHash": "sazkqB/+gbptpyM3ZWGf1+klwlokJZmcJHm2i7M+vA8R+1ruyfSvWlNQOGnEtQaGwMV5Wn63Hvmdlfq88dFm3Q=="
43+
"requested": "[1.2.313, 1.2.313]",
44+
"resolved": "1.2.313",
45+
"contentHash": "TtuIxOZrvZ9VXN1wSeaLSumRHjanAGuZvYjy1UYAJwbESnzNw1l9pT69acizOyrIrwfAmrnMpZQaHshUmRadQg=="
4646
},
4747
"nanoFramework.Iot.Device.Ip5306": {
4848
"type": "Direct",
49-
"requested": "[1.2.302, 1.2.302]",
50-
"resolved": "1.2.302",
51-
"contentHash": "hgrCRAj1OiQtfQAJr4UY0hvlX7CkQWa8pf0SuCmaPj/ZiBAdTl45czg52p73c8PA16WwW57AH4gJs8RYqIP2mw=="
49+
"requested": "[1.2.313, 1.2.313]",
50+
"resolved": "1.2.313",
51+
"contentHash": "ZdXz5z9UndGl3kok0gToj0YWDeaVq4okVMlqoCa8o+/hosWc0tE3ybPz6lX6Ey25mcBjFQ98Yr67wbc8txMxxg=="
5252
},
5353
"nanoFramework.Iot.Device.Mpu6886": {
5454
"type": "Direct",
55-
"requested": "[1.2.302, 1.2.302]",
56-
"resolved": "1.2.302",
57-
"contentHash": "R4yhtXTfozEoHI3a7UFw/kNSsmNPUXwisQpHp5MiOt6YwnSCammrn/Z5LTPcee+cVpuzS0y82+fYgCEOgLI/4w=="
55+
"requested": "[1.2.313, 1.2.313]",
56+
"resolved": "1.2.313",
57+
"contentHash": "cwWOXG9W2uwC31MT3bJ0Q2F2P3M+lEsuHm6y/ufvv/shWKh9lysR3EyRlpe5/jYNMgJ6uLVjNBQSAlJnlntwOA=="
5858
},
5959
"nanoFramework.Iot.Device.Ws28xx.Esp32": {
6060
"type": "Direct",
61-
"requested": "[1.2.308, 1.2.308]",
62-
"resolved": "1.2.308",
63-
"contentHash": "mTlKg+PMj98rbOgVLNjTmGOssceNZTqIupthhSVuNPtaAVFJeCWfsqr05HsnIpf4/fx9qetpmnNp9NLZE2rgdA=="
61+
"requested": "[1.2.316, 1.2.316]",
62+
"resolved": "1.2.316",
63+
"contentHash": "UWRmMCJzG3yvObeNV1/ehQiSFQEkQ1Mx0HxGX0f3rHqoLJkH/bNvwm+pK3NTnBGWPFgEhHBjNoxpOY3/XUhBvg=="
6464
},
6565
"nanoFramework.ResourceManager": {
6666
"type": "Direct",

Tests/M5Core2TestApp/M5Core2TestApp.nfproj

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,29 @@
2525
<Compile Include="Properties\AssemblyInfo.cs" />
2626
</ItemGroup>
2727
<ItemGroup>
28-
<Reference Include="Iot.Device.Axp192">
29-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.302\lib\Iot.Device.Axp192.dll</HintPath>
28+
<Reference Include="Iot.Device.Axp192, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
29+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Axp192.1.2.313\lib\Iot.Device.Axp192.dll</HintPath>
30+
<Private>True</Private>
3031
</Reference>
31-
<Reference Include="Iot.Device.Bmm150">
32-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.308\lib\Iot.Device.Bmm150.dll</HintPath>
32+
<Reference Include="Iot.Device.Bmm150, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
33+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Bmm150.1.2.313\lib\Iot.Device.Bmm150.dll</HintPath>
34+
<Private>True</Private>
3335
</Reference>
34-
<Reference Include="Iot.Device.Button">
35-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.308\lib\Iot.Device.Button.dll</HintPath>
36+
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
37+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Button.1.2.313\lib\Iot.Device.Button.dll</HintPath>
38+
<Private>True</Private>
3639
</Reference>
3740
<Reference Include="Iot.Device.Common.NumberHelper, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3841
<HintPath>..\..\packages\nanoFramework.Iot.Device.Common.NumberHelper.1.2.295\lib\Iot.Device.Common.NumberHelper.dll</HintPath>
3942
<Private>True</Private>
4043
</Reference>
41-
<Reference Include="Iot.Device.Mpu6886">
42-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.302\lib\Iot.Device.Mpu6886.dll</HintPath>
44+
<Reference Include="Iot.Device.Mpu6886, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
45+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Mpu6886.1.2.313\lib\Iot.Device.Mpu6886.dll</HintPath>
46+
<Private>True</Private>
4347
</Reference>
44-
<Reference Include="Iot.Device.Rtc">
45-
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.302\lib\Iot.Device.Rtc.dll</HintPath>
48+
<Reference Include="Iot.Device.Rtc, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
49+
<HintPath>..\..\packages\nanoFramework.Iot.Device.Rtc.1.2.313\lib\Iot.Device.Rtc.dll</HintPath>
50+
<Private>True</Private>
4651
</Reference>
4752
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4853
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>

0 commit comments

Comments
 (0)