Skip to content

Commit 302ad48

Browse files
committed
move tests to net10.0
1 parent bc274fc commit 302ad48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DiffEngine.Tests/DiffEngine.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<TargetFrameworks>net9.0</TargetFrameworks>
5-
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net9.0;net48</TargetFrameworks>
4+
<TargetFrameworks>net10.0</TargetFrameworks>
5+
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net10.0;net48</TargetFrameworks>
66
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
77
<NoWarn>$(NoWarn);SYSLIB0012</NoWarn>
88
</PropertyGroup>

0 commit comments

Comments
 (0)