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 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <OutputType >WinExe </OutputType >
3+ <OutputType >Exe </OutputType >
44 <AssemblyName >authlint</AssemblyName >
55 <PackageId >AuthenticodeLint</PackageId >
66 <TargetFramework >net8.0</TargetFramework >
1111 <PackAsTool >true</PackAsTool >
1212 <ToolCommandName >authlint</ToolCommandName >
1313 <Description >Authenticode Lint is a Windows command-line tool for linting an examining an Authenticode signed file.</Description >
14- <Authors >Kevin Jones</Authors >
1514 <PackageTags >authenticode</PackageTags >
1615 <PackageProjectUrl >https://github.com/vcsjones/AuthenticodeLint</PackageProjectUrl >
1716 <RepositoryUrl >https://github.com/vcsjones/AuthenticodeLint</RepositoryUrl >
1817 <PublishRepositoryUrl >true</PublishRepositoryUrl >
1918 <EmbedUntrackedSources >true</EmbedUntrackedSources >
2019 <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 >
2126 </PropertyGroup >
2227 <ItemGroup >
2328 <PackageReference Include =" AuthenticodeExaminer" Version =" 0.4.0" />
You can’t perform that action at this time.
0 commit comments