Skip to content

Commit 076ebca

Browse files
authored
Update LeetcodeDailyChallengeReminder.csproj
1 parent 9be2a1f commit 076ebca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LeetcodeDailyChallengeReminder/LeetcodeDailyChallengeReminder.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Library</OutputType>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
@@ -26,4 +26,4 @@
2626
<ItemGroup>
2727
<FrameworkReference Include="Microsoft.AspNetCore.App" />
2828
</ItemGroup>
29-
</Project>
29+
</Project>

0 commit comments

Comments
 (0)