Skip to content

Commit

Permalink
Bumps nanoFramework.CoreLibrary from 1.10.5-preview.13 to 1.10.5-prev…
Browse files Browse the repository at this point in the history
…iew.18
  • Loading branch information
nfbot authored Jun 19, 2021
1 parent 40a88d6 commit 526012f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions System.Device.I2c/System.Device.I2c.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.5-preview.13\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.5-preview.18\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand All @@ -57,7 +57,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.5.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5-preview.13\lib\mscorlib.dll</HintPath>
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5-preview.18\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion System.Device.I2c/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.10.5-preview.13" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.10.5-preview.18" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
2 changes: 1 addition & 1 deletion nanoFramework.System.Device.I2c.DELIVERABLES.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<tags>
</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5-preview.13" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.5-preview.18" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion nanoFramework.System.Device.I2c.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package requires a target with System.Device.I2c v$nativeVersion$ (checksum
<summary>System.Device.I2c assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf System.Device.I2c</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5-preview.13" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.5-preview.18" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 526012f

Please sign in to comment.