Skip to content

Commit

Permalink
Update 3 NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 28, 2022
1 parent 4240849 commit 64706e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions System.IO.FileSystem/System.IO.FileSystem.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,20 @@
</NFMDP_PE_ExcludeClassByName>
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib, Version=1.12.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0-preview.19\lib\mscorlib.dll</HintPath>
<Reference Include="mscorlib, Version=1.12.0.4, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.12.0\lib\mscorlib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0-preview.13\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Reference Include="nanoFramework.Runtime.Events, Version=1.10.0.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Runtime.Events.1.10.0\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nanoFramework.System.Text, Version=1.1.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Text.1.1.3-preview.24\lib\nanoFramework.System.Text.dll</HintPath>
<Reference Include="nanoFramework.System.Text, Version=1.1.3.3, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.Text.1.1.3\lib\nanoFramework.System.Text.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.IO.Streams, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.0.0-preview.19\lib\System.IO.Streams.dll</HintPath>
<Reference Include="System.IO.Streams, Version=1.0.0.2, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.System.IO.Streams.1.0.0\lib\System.IO.Streams.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions System.IO.FileSystem/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.12.0-preview.19" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.IO.Streams" version="1.0.0-preview.19" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.3-preview.24" targetFramework="netnanoframework10" />
<package id="nanoFramework.CoreLibrary" version="1.12.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.10.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.IO.Streams" version="1.0.0" targetFramework="netnanoframework10" />
<package id="nanoFramework.System.Text" version="1.1.3" targetFramework="netnanoframework10" />
<package id="Nerdbank.GitVersioning" version="3.4.255" developmentDependency="true" targetFramework="netnanoframework10" />
</packages>
6 changes: 3 additions & 3 deletions nanoFramework.System.IO.FileSystem.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
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.12.0-preview.19" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.13" />
<dependency id="nanoFramework.System.IO.Streams" version="1.0.0-preview.19" />
<dependency id="nanoFramework.CoreLibrary" version="1.12.0" />
<dependency id="nanoFramework.Runtime.Events" version="1.10.0" />
<dependency id="nanoFramework.System.IO.Streams" version="1.0.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 64706e6

Please sign in to comment.