Skip to content

Commit 5310c31

Browse files
committed
Remove tests for non-.NET10 frameworks
1 parent e6fc9e1 commit 5310c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BigReal.Tests/BigReal.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-
<TargetFrameworks>net8.0;net9.0;net10.0</TargetFrameworks>
3+
<TargetFramework>net10.0</TargetFramework>
44
<LangVersion>latest</LangVersion>
55
<Nullable>enable</Nullable>
66
<IsPackable>false</IsPackable>

0 commit comments

Comments
 (0)