Skip to content

Commit a42e1f4

Browse files
committed
Work CI-CD
- Remove private reference from all project files. ***NO_CI***
1 parent 3bb8082 commit a42e1f4

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

nanoFramework.Fire/nanoFramework.Fire.nfproj

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,18 @@
3535
<ItemGroup>
3636
<Reference Include="Iot.Device.Bmm150">
3737
<HintPath>..\packages\nanoFramework.Iot.Device.Bmm150.1.2.87\lib\Iot.Device.Bmm150.dll</HintPath>
38+
</Reference>
3839
<Reference Include="Iot.Device.Button, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3940
<HintPath>..\packages\nanoFramework.Iot.Device.Button.1.2.122\lib\Iot.Device.Button.dll</HintPath>
4041
<Private>True</Private>
42+
</Reference>
43+
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.4.4.37891, Culture=neutral, PublicKeyToken=c07d481e9758c731">
44+
<HintPath>..\packages\nanoFramework.Hardware.Esp32.1.4.4\lib\nanoFramework.Hardware.Esp32.dll</HintPath>
45+
</Reference>
4146
<Reference Include="Iot.Device.Buzzer">
4247
<HintPath>..\packages\nanoFramework.Iot.Device.Buzzer.1.2.87\lib\Iot.Device.Buzzer.dll</HintPath>
4348
</Reference>
49+
<Reference Include="Iot.Device.Ip5306, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4450
<HintPath>..\packages\nanoFramework.Iot.Device.Ip5306.1.2.63\lib\Iot.Device.Ip5306.dll</HintPath>
4551
</Reference>
4652
<Reference Include="Iot.Device.Mpu6886">
@@ -49,17 +55,13 @@
4955
<Reference Include="Iot.Device.Ws28xx.Esp32, Version=1.2.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5056
<Private>True</Private>
5157
</Reference>
52-
<Reference Include="mscorlib">
58+
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59+
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
5360
</Reference>
5461
<Reference Include="nanoFramework.Graphics, Version=1.1.13.16792, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5562
<HintPath>..\packages\nanoFramework.Graphics.1.1.13\lib\nanoFramework.Graphics.dll</HintPath>
5663
<Private>True</Private>
5764
</Reference>
58-
<Reference Include="nanoFramework.Hardware.Esp32, Version=1.4.4.37891, Culture=neutral, PublicKeyToken=c07d481e9758c731">
59-
<Private>True</Private>
60-
</Reference>
61-
<Reference Include="nanoFramework.Hardware.Esp32.Rmt">
62-
</Reference>
6365
<Reference Include="nanoFramework.ResourceManager">
6466
<HintPath>..\packages\nanoFramework.ResourceManager.1.2.7\lib\nanoFramework.ResourceManager.dll</HintPath>
6567
</Reference>
@@ -77,6 +79,7 @@
7779
</Reference>
7880
<Reference Include="System.Buffers.Binary.BinaryPrimitives">
7981
<HintPath>..\packages\nanoFramework.System.Buffers.Binary.BinaryPrimitives.1.2.82\lib\System.Buffers.Binary.BinaryPrimitives.dll</HintPath>
82+
</Reference>
8083
<Reference Include="System.Device.Adc">
8184
<HintPath>..\packages\nanoFramework.System.Device.Adc.1.0.2\lib\System.Device.Adc.dll</HintPath>
8285
</Reference>
@@ -89,6 +92,7 @@
8992
</Reference>
9093
<Reference Include="System.Device.I2c">
9194
<HintPath>..\packages\nanoFramework.System.Device.I2c.1.0.3\lib\System.Device.I2c.dll</HintPath>
95+
</Reference>
9296
<Reference Include="System.Device.Model">
9397
<HintPath>..\packages\nanoFramework.System.Device.Model.1.2.82\lib\System.Device.Model.dll</HintPath>
9498
</Reference>
@@ -101,6 +105,7 @@
101105
</Reference>
102106
<Reference Include="System.Drawing">
103107
<HintPath>..\packages\nanoFramework.System.Drawing.1.2.82\lib\System.Drawing.dll</HintPath>
108+
</Reference>
104109
<Reference Include="System.IO.FileSystem, Version=1.1.11.41260, Culture=neutral, PublicKeyToken=c07d481e9758c731">
105110
<HintPath>..\packages\nanoFramework.System.IO.FileSystem.1.1.11\lib\System.IO.FileSystem.dll</HintPath>
106111
<Private>True</Private>
@@ -110,6 +115,7 @@
110115
</Reference>
111116
<Reference Include="System.IO.Streams">
112117
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.15\lib\System.IO.Streams.dll</HintPath>
118+
</Reference>
113119
<Reference Include="System.Math">
114120
<HintPath>..\packages\nanoFramework.System.Math.1.4.4\lib\System.Math.dll</HintPath>
115121
</Reference>

0 commit comments

Comments
 (0)