Last active
September 10, 2021 07:00
-
-
Save jerviscui/6033904826f6f4140fb0719d5473d61f to your computer and use it in GitHub Desktop.
.Net project shared configuration.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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