Skip to content

Commit

Permalink
Change remote package to use preview package in public feed (#4739)
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Volum <pavolum@microsoft.com>
Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com>
  • Loading branch information
3 people authored and EricDahlvang committed Nov 27, 2020
1 parent b0a1e3b commit bb81bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/samples/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ function getRemoteSamples(): BotTemplate[] {
name: 'Conversational Core',
description: 'A hosted template that provides a root bot extended by common .lg packages',
package: {
packageName: 'Microsoft.ConversationalCore.Template',
packageName: 'Preview.Bot.Component.ConversationalCore',
packageSource: 'nuget',
packageVersion: '0.0.1-preview5'
packageVersion: '0.0.1-preview3'
}
}]
}
Expand Down

0 comments on commit bb81bf6

Please sign in to comment.