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 bc274fc commit 302ad48Copy full SHA for 302ad48
src/DiffEngine.Tests/DiffEngine.Tests.csproj
@@ -1,8 +1,8 @@
1
2
<Project Sdk="Microsoft.NET.Sdk">
3
<PropertyGroup>
4
- <TargetFrameworks>net9.0</TargetFrameworks>
5
- <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net9.0;net48</TargetFrameworks>
+ <TargetFrameworks>net10.0</TargetFrameworks>
+ <TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net10.0;net48</TargetFrameworks>
6
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
7
<NoWarn>$(NoWarn);SYSLIB0012</NoWarn>
8
</PropertyGroup>
0 commit comments