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 9be2a1f commit 076ebcaCopy full SHA for 076ebca
src/LeetcodeDailyChallengeReminder/LeetcodeDailyChallengeReminder.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Library</OutputType>
4
- <TargetFramework>net8.0</TargetFramework>
+ <TargetFramework>net9.0</TargetFramework>
5
<ImplicitUsings>enable</ImplicitUsings>
6
<Nullable>enable</Nullable>
7
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
@@ -26,4 +26,4 @@
26
<ItemGroup>
27
<FrameworkReference Include="Microsoft.AspNetCore.App" />
28
</ItemGroup>
29
-</Project>
+</Project>
0 commit comments