Skip to content

Commit ceacd49

Browse files
committed
Work CI-CD
- Remove private properties from references in all nfproj files. - Delete DELIVERABLES nuspec as this is not used. - Delete vssettings as this is not used. ***NO_CI***
1 parent 982da37 commit ceacd49

File tree

7 files changed

+3
-137
lines changed

7 files changed

+3
-137
lines changed

NuGet.Config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
<configuration>
33
<packageSources>
44
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
5-
<add key="Azure Artifacts nanoFramework dev" value="https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion="3" />
65
</packageSources>
76
</configuration>

Tests/IPAddressTests/IPAddressTests.nfproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,18 @@
3535
<ItemGroup>
3636
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
3737
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
38-
<Private>True</Private>
3938
</Reference>
4039
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4140
<HintPath>..\..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
42-
<Private>True</Private>
4341
</Reference>
4442
<Reference Include="nanoFramework.TestFramework, Version=2.1.107.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4543
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll</HintPath>
46-
<Private>True</Private>
4744
</Reference>
4845
<Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4946
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
50-
<Private>True</Private>
5147
</Reference>
5248
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5349
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
54-
<Private>True</Private>
5550
</Reference>
5651
</ItemGroup>
5752
<ItemGroup>
@@ -71,4 +66,4 @@
7166
<ProjectConfigurationsDeclaredAsItems />
7267
</ProjectCapabilities>
7368
</ProjectExtensions>
74-
</Project>
69+
</Project>

Tests/NetworkHelperTests/NetworkHelperTests.nfproj

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,21 @@
4444
<ItemGroup>
4545
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4646
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
47-
<Private>True</Private>
4847
</Reference>
4948
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5049
<HintPath>..\..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
51-
<Private>True</Private>
5250
</Reference>
5351
<Reference Include="nanoFramework.TestFramework, Version=2.1.107.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5452
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll</HintPath>
55-
<Private>True</Private>
5653
</Reference>
5754
<Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5855
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
59-
<Private>True</Private>
6056
</Reference>
6157
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6258
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
63-
<Private>True</Private>
6459
</Reference>
6560
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6661
<HintPath>..\..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
67-
<Private>True</Private>
6862
</Reference>
6963
</ItemGroup>
7064
<ItemGroup>
@@ -81,4 +75,4 @@
8175
<ProjectConfigurationsDeclaredAsItems />
8276
</ProjectCapabilities>
8377
</ProjectExtensions>
84-
</Project>
78+
</Project>

Tests/SocketTests/SocketTests.nfproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,18 @@
3838
<ItemGroup>
3939
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4040
<HintPath>..\..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
41-
<Private>True</Private>
4241
</Reference>
4342
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4443
<HintPath>..\..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
45-
<Private>True</Private>
4644
</Reference>
4745
<Reference Include="nanoFramework.TestFramework, Version=2.1.107.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
4846
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.TestFramework.dll</HintPath>
49-
<Private>True</Private>
5047
</Reference>
5148
<Reference Include="nanoFramework.UnitTestLauncher, Version=0.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5249
<HintPath>..\..\packages\nanoFramework.TestFramework.2.1.107\lib\nanoFramework.UnitTestLauncher.exe</HintPath>
53-
<Private>True</Private>
5450
</Reference>
5551
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5652
<HintPath>..\..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
57-
<Private>True</Private>
5853
</Reference>
5954
</ItemGroup>
6055
<ItemGroup>
@@ -71,4 +66,4 @@
7166
<ProjectConfigurationsDeclaredAsItems />
7267
</ProjectCapabilities>
7368
</ProjectExtensions>
74-
</Project>
69+
</Project>

nanoFramework.System.Net.DELIVERABLES.nuspec

Lines changed: 0 additions & 38 deletions
This file was deleted.

nanoFramework.System.Net/System.Net.nfproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,23 +135,18 @@
135135
<ItemGroup>
136136
<Reference Include="mscorlib, Version=1.15.6.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
137137
<HintPath>..\packages\nanoFramework.CoreLibrary.1.15.5\lib\mscorlib.dll</HintPath>
138-
<Private>True</Private>
139138
</Reference>
140139
<Reference Include="nanoFramework.Runtime.Events, Version=1.11.18.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
141140
<HintPath>..\packages\nanoFramework.Runtime.Events.1.11.18\lib\nanoFramework.Runtime.Events.dll</HintPath>
142-
<Private>True</Private>
143141
</Reference>
144142
<Reference Include="nanoFramework.System.Text, Version=1.2.54.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
145143
<HintPath>..\packages\nanoFramework.System.Text.1.2.54\lib\nanoFramework.System.Text.dll</HintPath>
146-
<Private>True</Private>
147144
</Reference>
148145
<Reference Include="System.IO.Streams, Version=1.1.59.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
149146
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.1.59\lib\System.IO.Streams.dll</HintPath>
150-
<Private>True</Private>
151147
</Reference>
152148
<Reference Include="System.Threading, Version=1.1.32.63105, Culture=neutral, PublicKeyToken=c07d481e9758c731">
153149
<HintPath>..\packages\nanoFramework.System.Threading.1.1.32\lib\System.Threading.dll</HintPath>
154-
<Private>True</Private>
155150
</Reference>
156151
</ItemGroup>
157152
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

template.vssettings

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)