Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 4, 2024 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/46d7f3e0bd864153725723b058313dca to your computer and use it in GitHub Desktop.
Save bjoerntx/46d7f3e0bd864153725723b058313dca to your computer and use it in GitHub Desktop.
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
<PlatformTarget>x64</PlatformTarget>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment