Last active
December 14, 2021 17:48
-
-
Save mirmostafa/cb45aa187cc46736bacf919692506a38 to your computer and use it in GitHub Desktop.
.NET and C# Latest Version Project
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
<PropertyGroup> | |
<Nullable>enable</Nullable> | |
<TargetFramework>net6.0</TargetFramework> | |
<LangVersion>Preview</LangVersion> | |
<EnablePreviewFeatures>true</EnablePreviewFeatures> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment