robhruska / CalendarToSlack

Grabs calendar data from Outlook and sets Slack presence to Away when events occur.
7 stars 1 forks source link

Fully remove System.Web.Helpers and target 4.6.1 #19

Closed robhruska closed 7 years ago

robhruska commented 7 years ago

I was having problems with the System.Web.Helpers reference locally. It's a bit nonstandard, so I removed it and switched usage over to Newtonsoft.Json now that it's already a package reference.

Also updated the framework target from 4.5 to 4.5.1.