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 1935f30 commit d682e60Copy full SHA for d682e60
examples/OpenAI.Examples.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
- <TargetFramework>net8.0</TargetFramework>
4
-
+ <TargetFramework>net9.0</TargetFramework>
+
5
<!-- CS1591 - Ignore XML doc comments on test types and members-->
6
<NoWarn>$(NoWarn);CS1591;</NoWarn>
7
0 commit comments