mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
18 lines
524 B
XML
18 lines
524 B
XML
<Project>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
<Company>GitHub</Company>
|
|
<Product>CodeQL</Product>
|
|
<Copyright>Copyright © $([System.DateTime]::Now.Year) $(Company)</Copyright>
|
|
<Version>1.0.0.0</Version>
|
|
<AssemblyVersion>$(Version)</AssemblyVersion>
|
|
<FileVersion>$(Version)</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|