Skip to content

Commit a7dec54

Browse files
committed
Fix MDP load hints
Signed-off-by: José Simões <jose.simoes@eclo.solutions>
1 parent 718cd3b commit a7dec54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<Name>nanoFramework.Networking.Sntp</Name>
4545
</PropertyGroup>
4646
<ItemGroup>
47-
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.4\lib\mscorlib.dll">
47+
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.5-preview024\lib\mscorlib.dll">
4848
<InProject>false</InProject>
4949
</NFMDP_PE_LoadHints>
5050
</ItemGroup>
@@ -61,6 +61,7 @@
6161
<Reference Include="mscorlib, Version=1.0.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
6262
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.5-preview024\lib\mscorlib.dll</HintPath>
6363
<Private>True</Private>
64+
<SpecificVersion>True</SpecificVersion>
6465
</Reference>
6566
</ItemGroup>
6667
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />

0 commit comments

Comments
 (0)