Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeBiellik committed Oct 18, 2019
1 parent e32d5d6 commit 3e49338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions NFive.SDK.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
<HintPath>packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NFive.SDK.Core.net, Version=0.1.0.44, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\NFive.SDK.Core.0.1.0.44\lib\net452\NFive.SDK.Core.net.dll</HintPath>
<Reference Include="NFive.SDK.Core.net, Version=0.1.0.50, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\NFive.SDK.Core.0.1.0.50\lib\net452\NFive.SDK.Core.net.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="SemVer, Version=1.2.1.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c, processorArchitecture=MSIL">
<HintPath>packages\SemanticVersioning.1.2.1\lib\net45\SemVer.dll</HintPath>
<Reference Include="SemVer, Version=1.2.2.0, Culture=neutral, PublicKeyToken=a89bb7dc6f7a145c, processorArchitecture=MSIL">
<HintPath>packages\SemanticVersioning.1.2.2\lib\net45\SemVer.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
Expand Down
4 changes: 2 additions & 2 deletions packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="JetBrains.Annotations" version="2019.1.3" targetFramework="net452" />
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net452" />
<package id="NFive.SDK.Core" version="0.1.0.44" targetFramework="net452" />
<package id="SemanticVersioning" version="1.2.1" targetFramework="net452" />
<package id="NFive.SDK.Core" version="0.1.0.50" targetFramework="net452" />
<package id="SemanticVersioning" version="1.2.2" targetFramework="net452" />
<package id="YamlDotNet" version="7.0.0" targetFramework="net452" />
</packages>

0 comments on commit 3e49338

Please sign in to comment.