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 Oct 18, 2021
1 parent ac1c9bd commit 0fef597
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions System.IO.FileSystem/System.IO.FileSystem.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
<HintPath>..\packages\nanoFramework.CoreLibrary.1.10.5\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.1.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.1\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Reference Include="nanoFramework.Runtime.Events, Version=1.9.2.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.9.2-preview.5\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion System.IO.FileSystem/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.10.5" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.1" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.9.2-preview.5" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.4.231" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
5 changes: 3 additions & 2 deletions nanoFramework.System.IO.FileSystem.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/System.IO.FileSystem" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the System.IO.FileSystem assembly for .NET nanoFramework C# projects.&#10;This package requires a target with System.IO.FileSystem v$nativeVersion$ (checksum $checksum$).</description>
<description>This package includes the System.IO.FileSystem assembly for .NET nanoFramework C# projects.
This package requires a target with System.IO.FileSystem v$nativeVersion$ (checksum $checksum$).</description>
<tags>nanoFramework C# csharp netmf netnf System.IO.FileSystem</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.1" />
<dependency id="nanoFramework.Runtime.Events" version="1.9.2-preview.5" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 0fef597

Please sign in to comment.