Skip to content

Instantly share code, notes, and snippets.

@jerviscui
Last active September 10, 2021 07:00
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 jerviscui/6033904826f6f4140fb0719d5473d61f to your computer and use it in GitHub Desktop.
Save jerviscui/6033904826f6f4140fb0719d5473d61f to your computer and use it in GitHub Desktop.
.Net project shared configuration.
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>0.1.0</Version>
<Company>xxx</Company>
<Authors>xxx</Authors>
</PropertyGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment