Skip to content

Commit

Permalink
fix version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Laird-McConnell committed Sep 5, 2018
1 parent e09a649 commit 3e6aae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency id="Newtonsoft.Json" version="9.0.1" />
<dependency id="System.IdentityModel.Tokens.Jwt" version="5.1.4" />
<dependency id="Microsoft.AspNetCore.Mvc.Core" version="1.1.4" />
<dependency id="Microsoft.Bot.Connector" version="$version$" />
<dependency id="Microsoft.Bot.Connector" version="3.16.1" />
</group>
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency id="Microsoft.AspNetCore.Authentication.JwtBearer" version="2.0.0" />
<dependency id="Microsoft.AspNetCore.Mvc" version="2.0.0" />
<dependency id="Microsoft.Rest.ClientRuntime" version="2.3.10" />
<dependency id="Microsoft.Bot.Connector" version="$version$" />
<dependency id="Microsoft.Bot.Connector" version="3.16.1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 3e6aae2

Please sign in to comment.