-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,10 @@ | |
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" /> | ||
<PackageReference Include="System.ClientModel" Version="1.1.0-beta.4" /> | ||
</ItemGroup> | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
KrzysztofCwalina
Collaborator
|
||
<ItemGroup> | ||
<InternalsVisibleTo Include="Azure.AI.OpenAI"> | ||
<PublicKey>0024000004800000940000000602000000240000525341310004000001000100097ad52abbeaa2e1a1982747cc0106534f65cfea6707eaed696a3a63daea80de2512746801a7e47f88e7781e71af960d89ba2e25561f70b0e2dbc93319e0af1961a719ccf5a4d28709b2b57a5d29b7c09dc8d269a490ebe2651c4b6e6738c27c5fb2c02469fe9757f0a3479ac310d6588a50a28d7dd431b907fd325e18b9e8ed</PublicKey> | ||
</InternalsVisibleTo> | ||
</ItemGroup> | ||
</Project> |
This file was deleted.
Wondering why the internals here are beneficial only for
Azure.AI.OpenAI
. 👀Assume any APIs that can be consumed outside of this package should be public.