Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Bump nanoFramework.Runtime.Events (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and josesimoes committed Sep 18, 2018
1 parent 3189e76 commit 7c1117f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<Version>[1.0.0-preview073]</Version>
</Dependency>
<Dependency Include="nanoFramework.Runtime.Events">
<Version>[1.0.0-preview188]</Version>
<Version>[1.0.0-preview191]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Version>[1.0.0-preview073]</Version>
</Dependency>
<Dependency Include="nanoFramework.Runtime.Events">
<Version>[1.0.0-preview188]</Version>
<Version>[1.0.0-preview191]</Version>
</Dependency>
</ItemGroup>
<PropertyGroup Label="Globals">
Expand Down
6 changes: 3 additions & 3 deletions source/Windows.Devices.Gpio.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<NFMDP_PE_LoadHints Include="packages\nanoFramework.CoreLibrary.1.0.0-preview073\lib\mscorlib.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
<NFMDP_PE_LoadHints Include="packages\nanoFramework.Runtime.Events.1.0.0-preview188\lib\nanoFramework.Runtime.Events.dll">
<NFMDP_PE_LoadHints Include="packages\nanoFramework.Runtime.Events.1.0.0-preview191\lib\nanoFramework.Runtime.Events.dll">
<InProject>false</InProject>
</NFMDP_PE_LoadHints>
</ItemGroup>
Expand Down Expand Up @@ -82,8 +82,8 @@
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
<Reference Include="nanoFramework.Runtime.Events, Version=1.0.0.0, Culture=neutral, PublicKeyToken=72027bbd7f714be2">
<HintPath>packages\nanoFramework.Runtime.Events.1.0.0-preview188\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Reference Include="nanoFramework.Runtime.Events, Version=1.0.0.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>packages\nanoFramework.Runtime.Events.1.0.0-preview191\lib\nanoFramework.Runtime.Events.dll</HintPath>
<Private>True</Private>
<SpecificVersion>True</SpecificVersion>
</Reference>
Expand Down
2 changes: 1 addition & 1 deletion source/packages.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.CoreLibrary" version="1.0.0-preview073" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.0.0-preview188" targetFramework="netnanoframework10" />
<package id="nanoFramework.Runtime.Events" version="1.0.0-preview191" targetFramework="netnanoframework10" />
<package id="NuProj" version="0.20.4-beta" developmentDependency="true" />
<package id="NuProj.Common" version="0.20.4-beta" developmentDependency="true" />
</packages>

0 comments on commit 7c1117f

Please sign in to comment.