Skip to content

Commit 68d13c1

Browse files
authored
Work CI-CD
- Update project file. ***NO_CI***
1 parent 559e436 commit 68d13c1

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

nanoFramework.Graphics/nanoFramework.Graphics.nfproj

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<Project ToolsVersion="Current" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="..\packages\Nerdbank.GitVersioning.3.5.113\build\Nerdbank.GitVersioning.props" Condition="Exists('..\packages\Nerdbank.GitVersioning.3.5.113\build\Nerdbank.GitVersioning.props')" />
44
<PropertyGroup Label="Globals">
55
<NanoFrameworkProjectSystemPath>$(MSBuildExtensionsPath)\nanoFramework\v1.0\</NanoFrameworkProjectSystemPath>
@@ -157,25 +157,20 @@
157157
<None Include="packages.config" />
158158
</ItemGroup>
159159
<ItemGroup>
160-
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
160+
<Reference Include="mscorlib">
161161
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
162-
<Private>True</Private>
163162
</Reference>
164-
<Reference Include="nanoFramework.ResourceManager, Version=1.2.5.12968, Culture=neutral, PublicKeyToken=c07d481e9758c731">
163+
<Reference Include="nanoFramework.ResourceManager">
165164
<HintPath>..\packages\nanoFramework.ResourceManager.1.2.5\lib\nanoFramework.ResourceManager.dll</HintPath>
166-
<Private>True</Private>
167165
</Reference>
168-
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
166+
<Reference Include="nanoFramework.Runtime.Events">
169167
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
170-
<Private>True</Private>
171168
</Reference>
172-
<Reference Include="nanoFramework.Runtime.Native, Version=1.5.4.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
169+
<Reference Include="nanoFramework.Runtime.Native">
173170
<HintPath>..\packages\nanoFramework.Runtime.Native.1.5.4\lib\nanoFramework.Runtime.Native.dll</HintPath>
174-
<Private>True</Private>
175171
</Reference>
176-
<Reference Include="nanoFramework.System.Collections, Version=1.4.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
172+
<Reference Include="nanoFramework.System.Collections">
177173
<HintPath>..\packages\nanoFramework.System.Collections.1.4.0\lib\nanoFramework.System.Collections.dll</HintPath>
178-
<Private>True</Private>
179174
</Reference>
180175
</ItemGroup>
181176
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

0 commit comments

Comments
 (0)