Skip to content

Commit 51f14e9

Browse files
committed
fix: change Tests.Editor to .NET7
1 parent 5521e19 commit 51f14e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Intersect.Tests.Editor/Intersect.Tests.Editor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net462</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Configurations>Debug;Release;Testing</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>

0 commit comments

Comments
 (0)