Skip to content

Commit 61b804e

Browse files
committed
Update test project to .NET 7
1 parent ce62da7 commit 61b804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SharpYaml.Tests/SharpYaml.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>net48;net6.0</TargetFrameworks>
3+
<TargetFrameworks>net48;net7.0</TargetFrameworks>
44
<IsPackable>false</IsPackable>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)