openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.0.0-beta.8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/Directory.Build.targets

7lines · modecode

1<Project>
2 <ItemGroup>
3 <None Update="$(MSBuildProjectDirectory)\Assets\*">
4 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5 </None>
6 </ItemGroup>
7</Project>