Skip to content

Commit bb4bd4e

Browse files
Merge pull request #646 from Macro-Deck-App/change-target-framework
Change target framework to `net10.0-windows`
2 parents 9449233 + c9e31f6 commit bb4bd4e

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)