Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Update Nuget packages (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Apr 2, 2018
1 parent 3ac0aad commit a611cfa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</ItemGroup>
<ItemGroup>
<Dependency Include="nanoFramework.CoreLibrary">
<Version>[1.0.0-preview043]</Version>
<Version>[1.0.0-preview048]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ItemGroup>
<ItemGroup>
<Dependency Include="nanoFramework.CoreLibrary">
<Version>[1.0.0-preview043]</Version>
<Version>[1.0.0-preview048]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
6 changes: 3 additions & 3 deletions source/Windows.Devices.Spi.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<NFMDP_CMD_LINE_OUTPUT>false</NFMDP_CMD_LINE_OUTPUT>
</PropertyGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="packages\nanoFramework.CoreLibrary.1.0.0-preview043\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="packages\nanoFramework.CoreLibrary.1.0.0-preview048\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand All @@ -69,7 +69,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.CoreLibrary.1.0.0-preview043\lib\mscorlib.dll</HintPath>
<HintPath>packages\nanoFramework.CoreLibrary.1.0.0-preview048\lib\mscorlib.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
Expand All @@ -80,4 +80,4 @@
<ProjectConfigurationsDeclaredAsItems />
</ProjectCapabilities>
</ProjectExtensions>
</Project>
</Project>
2 changes: 1 addition & 1 deletion source/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.0.0-preview043" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.0.0-preview048" targetFramework="netnanoframework10" />
<package id="NuProj" version="0.20.4-beta" targetFramework="net46" developmentDependency="true" />
<package id="NuProj.Common" version="0.20.4-beta" targetFramework="net46" developmentDependency="true" />
</packages>

0 comments on commit a611cfa

Please sign in to comment.