We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b710a0c commit c488445Copy full SHA for c488445
examples/OpenAI.Examples.csproj
@@ -10,6 +10,13 @@
10
11
<LangVersion>latest</LangVersion>
12
</PropertyGroup>
13
+
14
+ <ItemGroup>
15
+ <!-- Exclude the aspnet-core subdirectory from compilation -->
16
+ <Compile Remove="aspnet-core/**" />
17
+ <Content Remove="aspnet-core/**" />
18
+ <None Remove="aspnet-core/**" />
19
+ </ItemGroup>
20
<ItemGroup>
21
<ProjectReference Include="..\src\OpenAI.csproj" />
22
</ItemGroup>
0 commit comments