Skip to content

Commit

Permalink
Update 1 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 21, 2022
1 parent f892e4b commit b10a1f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 36 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 @@ -51,8 +51,8 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.11.7.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.11.7\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0-preview.1\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.11.7" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.1.91" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
32 changes: 0 additions & 32 deletions nanoFramework.System.Device.I2c.DELIVERABLES.nuspec

This file was deleted.

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 $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf System.Device.I2c</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.11.7" />
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.1" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit b10a1f7

Please sign in to comment.