mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
Update generation code, drop netstandard2.0 and support net7.0 and net8.0 only, fix also issue #3
This commit is contained in:
@@ -157,7 +157,7 @@ csharp_space_between_square_brackets = false
|
||||
csharp_style_namespace_declarations=file_scoped:error
|
||||
|
||||
# License header
|
||||
file_header_template = Copyright © Amer Koleci and Contributors.\nLicensed under the MIT License (MIT). See LICENSE in the repository root for more information.
|
||||
file_header_template = Copyright (c) Amer Koleci and Contributors.\nLicensed under the MIT License (MIT). See LICENSE in the repository root for more information.
|
||||
|
||||
# C++ Files
|
||||
[*.{cpp,h,in}]
|
||||
|
||||
Reference in New Issue
Block a user