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 044158f commit 69ebdcbCopy full SHA for 69ebdcb
ProjectTemplates/templates/NetCord.GenericHost/NetCord.Template.Bot.csproj
@@ -1,7 +1,11 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
3
<PropertyGroup>
4
- <TargetFramework>.net8.0</TargetFramework>
+<!--#if (framework == "net9.0") -->
5
+ <TargetFramework>net8.0</TargetFramework>
6
+<!--#else -->
7
+ <TargetFramework>net9.0</TargetFramework>
8
+<!--#endif -->
9
<Nullable>enable</Nullable>
10
<ImplicitUsings>enable</ImplicitUsings>
11
</PropertyGroup>
0 commit comments