Skip to content

Commit 8415341

Browse files
committed
Run unit tests only on .NET 8.
I am not in the mood to figure out how to make the azure pipeline run 7.0 and also 8.0.
1 parent df4dc8a commit 8415341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhpSerializerNET.Test/PhpSerializerNET.Test.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>net7.0;net8.0</TargetFrameworks>
3+
<TargetFramework>net8.0</TargetFramework>
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)