|
45 | 45 | <Name>nanoFramework.Hardware.Esp32</Name>
|
46 | 46 | </PropertyGroup>
|
47 | 47 | <ItemGroup>
|
48 |
| - <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.6-preview-001\lib\mscorlib.dll"> |
| 48 | + <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.6-preview-010\lib\mscorlib.dll"> |
49 | 49 | <InProject>false</InProject>
|
50 | 50 | </NFMDP_PE_LoadHints>
|
51 |
| - <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Runtime.Events.1.0.2-preview-004\lib\nanoFramework.Runtime.Events.dll"> |
| 51 | + <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Runtime.Events.1.0.2-preview-017\lib\nanoFramework.Runtime.Events.dll"> |
52 | 52 | <InProject>false</InProject>
|
53 | 53 | </NFMDP_PE_LoadHints>
|
54 |
| - <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Windows.Devices.Gpio.1.0.2-preview-008\lib\nanoFramework.Windows.Devices.Gpio.dll"> |
| 54 | + <NFMDP_PE_LoadHints Include="..\packages\nanoFramework.Windows.Devices.Gpio.1.0.2-preview-015\lib\nanoFramework.Windows.Devices.Gpio.dll"> |
55 | 55 | <InProject>false</InProject>
|
56 | 56 | </NFMDP_PE_LoadHints>
|
57 | 57 | </ItemGroup>
|
|
73 | 73 | <None Include="packages.config" />
|
74 | 74 | </ItemGroup>
|
75 | 75 | <ItemGroup>
|
76 |
| - <Reference Include="mscorlib, Version=1.0.6.1, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
77 |
| - <HintPath>..\packages\nanoFramework.CoreLibrary.1.0.6-preview-001\lib\mscorlib.dll</HintPath> |
| 76 | + <Reference Include="mscorlib, Version=1.0.6.10, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 77 | + <HintPath>..\packages\nanoFramework.CoreLibrary.1.0.6-preview-010\lib\mscorlib.dll</HintPath> |
78 | 78 | <Private>True</Private>
|
79 | 79 | </Reference>
|
80 |
| - <Reference Include="nanoFramework.Runtime.Events, Version=1.0.2.4, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
81 |
| - <HintPath>..\packages\nanoFramework.Runtime.Events.1.0.2-preview-004\lib\nanoFramework.Runtime.Events.dll</HintPath> |
| 80 | + <Reference Include="nanoFramework.Runtime.Events, Version=1.0.2.17, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 81 | + <HintPath>..\packages\nanoFramework.Runtime.Events.1.0.2-preview-017\lib\nanoFramework.Runtime.Events.dll</HintPath> |
82 | 82 | <Private>True</Private>
|
83 | 83 | </Reference>
|
84 |
| - <Reference Include="Windows.Devices.Gpio, Version=1.0.2.8, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
85 |
| - <HintPath>..\packages\nanoFramework.Windows.Devices.Gpio.1.0.2-preview-008\lib\Windows.Devices.Gpio.dll</HintPath> |
| 84 | + <Reference Include="Windows.Devices.Gpio, Version=1.0.2.15, Culture=neutral, PublicKeyToken=c07d481e9758c731"> |
| 85 | + <HintPath>..\packages\nanoFramework.Windows.Devices.Gpio.1.0.2-preview-015\lib\Windows.Devices.Gpio.dll</HintPath> |
86 | 86 | <Private>True</Private>
|
87 | 87 | </Reference>
|
88 | 88 | </ItemGroup>
|
89 | 89 | <Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
|
90 |
| - <Import Project="..\packages\Nerdbank.GitVersioning.2.2.13\build\Nerdbank.GitVersioning.targets" /> |
91 | 90 | <ProjectExtensions>
|
92 | 91 | <ProjectCapabilities>
|
93 | 92 | <ProjectConfigurationsDeclaredAsItems />
|
94 | 93 | </ProjectCapabilities>
|
95 | 94 | </ProjectExtensions>
|
| 95 | + <Import Project="..\packages\Nerdbank.GitVersioning.2.2.33\build\Nerdbank.GitVersioning.targets" Condition="Exists('..\packages\Nerdbank.GitVersioning.2.2.33\build\Nerdbank.GitVersioning.targets')" /> |
| 96 | + <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 97 | + <PropertyGroup> |
| 98 | + <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText> |
| 99 | + </PropertyGroup> |
| 100 | + <Error Condition="!Exists('..\packages\Nerdbank.GitVersioning.2.2.33\build\Nerdbank.GitVersioning.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Nerdbank.GitVersioning.2.2.33\build\Nerdbank.GitVersioning.targets'))" /> |
| 101 | + </Target> |
96 | 102 | </Project>
|
0 commit comments