Skip to content

Commit

Permalink
Bumps nanoFramework.CoreLibrary from 1.10.3-preview.7 to 1.10.3-previ…
Browse files Browse the repository at this point in the history
…ew.20
  • Loading branch information
nfbot authored May 4, 2021
1 parent c5cc913 commit 741a32a
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.3-preview.7\lib\mscorlib.dll">
<NFMDP_PE_LoadHints Include="..\packages\nanoFramework.CoreLibrary.1.10.3-preview.20\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand All @@ -57,7 +57,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.10.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.3-preview.7\lib\mscorlib.dll</HintPath>
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.3-preview.20\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.3-preview.7" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.10.3-preview.20" 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.3-preview.7" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.3-preview.20" />
</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.3-preview.7" />
<dependency id="nanoFramework.CoreLibrary" version="1.10.3-preview.20" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 741a32a

Please sign in to comment.