Skip to content

Commit

Permalink
Update test project to .NET 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Feb 12, 2024
1 parent ce62da7 commit 61b804e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SharpYaml.Tests/SharpYaml.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<TargetFrameworks>net48;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 61b804e

Please sign in to comment.