Files
Macro-Deck/Directory.Build.props
Manuel Mayer 1362e8beef Fix versioning
2023-12-18 23:14:49 +01:00

10 lines
322 B
XML

<Project>
<PropertyGroup>
<TargetFramework>net8.0-windows10.0.22000.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>
</Project>