Skip to content

Commit 5b3a346

Browse files
committed
Update target framework to .NET 9.0
The target framework for the project `Edi.Captcha.Tests.csproj` has been updated from .NET 8.0 to .NET 9.0. This change is reflected by modifying the `<TargetFramework>` element from `net8.0` to `net9.0`.
1 parent ff2c564 commit 5b3a346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Edi.Captcha.Tests/Edi.Captcha.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net9.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)