Skip to content

Commit

Permalink
Update to netstandard and new RestSharp
Browse files Browse the repository at this point in the history
  • Loading branch information
razfriman committed Jan 16, 2018
1 parent a52b8d7 commit 3a046d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build/
bld/
[Bb]in/
[Oo]bj/
[Pp]ackages/

# Roslyn cache directories
*.ide/
Expand Down Expand Up @@ -162,6 +163,9 @@ ClientBin/
*.pfx
*.publishsettings
node_modules/
.DS_Store
.AppleDouble
.LSOverride

# RIA/Silverlight projects
Generated_Code/
Expand Down
2 changes: 1 addition & 1 deletion TeslaLib/TeslaLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="RestSharp" Version="106.0.0-alpha0284" />
<PackageReference Include="RestSharp" Version="106.2.1" />
</ItemGroup>
</Project>

0 comments on commit 3a046d5

Please sign in to comment.