File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <OutputType >WinExe </OutputType >
3
+ <OutputType >Exe </OutputType >
4
4
<AssemblyName >authlint</AssemblyName >
5
5
<PackageId >AuthenticodeLint</PackageId >
6
6
<TargetFramework >net8.0</TargetFramework >
11
11
<PackAsTool >true</PackAsTool >
12
12
<ToolCommandName >authlint</ToolCommandName >
13
13
<Description >Authenticode Lint is a Windows command-line tool for linting an examining an Authenticode signed file.</Description >
14
- <Authors >Kevin Jones</Authors >
15
14
<PackageTags >authenticode</PackageTags >
16
15
<PackageProjectUrl >https://github.com/vcsjones/AuthenticodeLint</PackageProjectUrl >
17
16
<RepositoryUrl >https://github.com/vcsjones/AuthenticodeLint</RepositoryUrl >
18
17
<PublishRepositoryUrl >true</PublishRepositoryUrl >
19
18
<EmbedUntrackedSources >true</EmbedUntrackedSources >
20
19
<Nullable >enable</Nullable >
20
+ <RuntimeIdentifiers >win-x64;win-arm64;win-x86</RuntimeIdentifiers >
21
+ <PublishAot Condition =" $(RuntimeIdentifier.EndsWith('64'))" >true</PublishAot >
22
+ <EventSourceSupport >false</EventSourceSupport >
23
+ <HttpActivityPropagationSupport >false</HttpActivityPropagationSupport >
24
+ <OptimizationPreference >Size</OptimizationPreference >
25
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
21
26
</PropertyGroup >
22
27
<ItemGroup >
23
28
<PackageReference Include =" AuthenticodeExaminer" Version =" 0.4.0" />
You can’t perform that action at this time.
0 commit comments