fsprojects / AzureStorageTypeProvider

An F# Azure Type Provider which can be used to explore Blob, Table and Queue Azure Storage assets and easily apply CRUD operations on them.
http://fsprojects.github.io/AzureStorageTypeProvider/
The Unlicense
84 stars 34 forks source link

Removed ref to Micorsoft.WindowsAzure.Configuration.dll in StorageTyp… #63

Closed jesseemerick closed 8 years ago

jesseemerick commented 8 years ago

StorageTypeProvider.fsx in the Nuget package has a ref to Micorsoft.WindowsAzure.Configuration.dll which is not included in the Nuget lib and is unused as far as I can tell.

isaacabraham commented 8 years ago

Thanks!