microsoft / botbuilder-dotnet

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.
https://github.com/Microsoft/botframework
MIT License
871 stars 478 forks source link

Fix csproj for Facebook Adapter #2813

Closed cleemullins closed 4 years ago

cleemullins commented 4 years ago

The .csproj file for the FB adapter is wrong. It’s missing just about everything, especially the version tags to allow us to drive the version from our build pipeline.

A good one to copy is the Twilio or WebEx one.

garypretty commented 4 years ago

@cleemullins will pick up first thing.