Skip to content

Commit c8d3e3c

Browse files
authored
Update 1 NuGet dependencies
***NO_CI***
1 parent 085b3d4 commit c8d3e3c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

source/TestFramework/nanoFramework.TestFramework.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<None Include="key.snk" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
46+
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
47+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
4848
<Private>True</Private>
4949
</Reference>
5050
</ItemGroup>

source/TestFramework/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
3+
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
44
<package id="Nerdbank.GitVersioning" version="3.6.133" developmentDependency="true" targetFramework="netnano1.0" />
55
</packages>

source/TestFramework/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETnanoFramework,Version=v1.0": {
55
"nanoFramework.CoreLibrary": {
66
"type": "Direct",
7-
"requested": "[1.14.2, 1.14.2]",
8-
"resolved": "1.14.2",
9-
"contentHash": "j1mrz4mitl5LItvmHMsw1aHzCAfvTTgIkRxA0mhs5mSpctJ/BBcuNwua5j3MspfRNKreCQPy/qZy/D9ADLL/PA=="
7+
"requested": "[1.15.5, 1.15.5]",
8+
"resolved": "1.15.5",
9+
"contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg=="
1010
},
1111
"Nerdbank.GitVersioning": {
1212
"type": "Direct",

source/UnitTestLauncher/nanoFramework.UnitTestLauncher.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<None Include="key.snk" />
4141
</ItemGroup>
4242
<ItemGroup>
43-
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44-
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
43+
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44+
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
4545
<Private>True</Private>
4646
</Reference>
4747
</ItemGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="nanoFramework.CoreLibrary" version="1.14.2" targetFramework="netnano1.0" />
3+
<package id="nanoFramework.CoreLibrary" version="1.15.5" targetFramework="netnano1.0" />
44
</packages>

source/UnitTestLauncher/packages.lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
".NETnanoFramework,Version=v1.0": {
55
"nanoFramework.CoreLibrary": {
66
"type": "Direct",
7-
"requested": "[1.14.2, 1.14.2]",
8-
"resolved": "1.14.2",
9-
"contentHash": "j1mrz4mitl5LItvmHMsw1aHzCAfvTTgIkRxA0mhs5mSpctJ/BBcuNwua5j3MspfRNKreCQPy/qZy/D9ADLL/PA=="
7+
"requested": "[1.15.5, 1.15.5]",
8+
"resolved": "1.15.5",
9+
"contentHash": "u2+GvAp1uxLrGdILACAZy+EVKOs28EQ52j8Lz7599egXZ3GBGejjnR2ofhjMQwzrJLlgtyrsx8nSLngDfJNsAg=="
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)