Skip to content

Commit

Permalink
Cleanup root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncal committed Jul 6, 2023
1 parent 91ccbc5 commit 10f71db
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
0 build.sh → dotnet/build.sh
100755 → 100644
File renamed without changes.
File renamed without changes.
15 changes: 15 additions & 0 deletions samples/apps/copilot-chat-app/webapi/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>

</configuration>
15 changes: 15 additions & 0 deletions samples/dotnet/nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>

<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>

</configuration>

0 comments on commit 10f71db

Please sign in to comment.