Skip to content

Instantly share code, notes, and snippets.

@c0d3x27
Last active June 21, 2023 09:23
Show Gist options
  • Save c0d3x27/11c013147ff4088494874cd46918c2c1 to your computer and use it in GitHub Desktop.
Save c0d3x27/11c013147ff4088494874cd46918c2c1 to your computer and use it in GitHub Desktop.
keypass
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment