Skip to content

Commit

Permalink
Update to the latest runtime that supports skip (#2981)
Browse files Browse the repository at this point in the history
* Make scripts work in linux.

* Update runtime to latest bits.

Co-authored-by: Chris McConnell <chrimc>
  • Loading branch information
chrimc62 authored Dec 10, 2020
1 parent 35c205b commit 2a5154d
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 162 deletions.
12 changes: 6 additions & 6 deletions experimental/generation/runbot/RunBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<PackageReference Include="Jint" Version="2.11.58" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.15.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.9" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.11.0-rc0.preview" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.11.0" />
<PackageReference Include="Microsoft.Bot.Builder.AI.Luis" Version="4.12.0-daily.20201209.193180.5f064d5" />
<PackageReference Include="Microsoft.Bot.Builder.AI.QnA" Version="4.12.0-daily.20201209.193180.5f064d5" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Adaptive" Version="4.12.0-daily.20201209.193180.5f064d5" />
<PackageReference Include="Microsoft.Bot.Builder.Dialogs.Debugging" Version="4.12.0-daily.preview.20201209.193180.5f064d5" />
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.12.0-daily.20201209.193180.5f064d5" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.7.0" />
</ItemGroup>

Expand All @@ -48,7 +48,7 @@
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="call updateSchema RunBot.csproj" />
<Exec Command=".\updateSchema RunBot.csproj" />
</Target>

</Project>
Loading

0 comments on commit 2a5154d

Please sign in to comment.