Skip to content

Commit

Permalink
Merge pull request #182 from Azure-Samples/ap/byoc-workshop
Browse files Browse the repository at this point in the history
Ap/byoc workshop
  • Loading branch information
ajai-d authored Nov 13, 2023
2 parents ab4a52f + f374090 commit 9844417
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<None Update="Plugins\AdvisorPlugin\InvestmentAdvise\skprompt.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
<None Update="Plugins\AdvisorPlugin\PortfolioAllocation\skprompt.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
</None>
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"logLevel": "Trace",
"CorsAllowedOrigins": [
"http://localhost:4001",
"http://localhost:3000"
"http://localhost:3000",
"http://localhost"
]

}

0 comments on commit 9844417

Please sign in to comment.