Skip to content

Commit c9e31f6

Browse files
Change target framework to net10.0-windows
1 parent 9449233 commit c9e31f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<TargetFramework>net10.0-windows10.0.22000.0</TargetFramework>
4+
<TargetFramework>net10.0-windows</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<NoWarn>$(NoWarn);WFO1000</NoWarn>

0 commit comments

Comments
 (0)