Skip to content

Commit ebd3eba

Browse files
committed
fix: tests have to also point specifically to net7.0-windows
1 parent 51f14e9 commit ebd3eba

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>net7.0</TargetFramework>
4+
<TargetFramework>net7.0-windows</TargetFramework>
55
<Configurations>Debug;Release;Testing</Configurations>
66
<Platforms>AnyCPU</Platforms>
77
</PropertyGroup>

0 commit comments

Comments
 (0)