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

Bumps nanoFramework.CoreLibrary from 1.0.1-preview134 to 1.0.4 #21

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ItemGroup>
<ItemGroup>
<Dependency Include="nanoFramework.CoreLibrary">
<Version>[1.0.1-preview134]</Version>
<Version>[1.0.4]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
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.1-preview134]</Version>
<Version>[1.0.4]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
6 changes: 3 additions & 3 deletions source/Windows.Devices.Spi/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.1-preview134\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.0.4\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand All @@ -68,8 +68,8 @@
<Content Include="README.txt" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.0.1.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.1-preview134\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.0.4.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.0.4\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion source/Windows.Devices.Spi/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.1-preview134" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.0.4" 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>