Skip to content

Commit da9d737

Browse files
committed
Get rid of runtime identifiers so that nuget tools are not self contained
1 parent edf204a commit da9d737

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/AzureSign.Core/AzureSign.Core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netstandard2.0;net8.0</TargetFrameworks>
55
<Description>Authenticode signing library.</Description>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
7-
<RuntimeIdentifiers>win-x64;win-arm64;win-x86</RuntimeIdentifiers>
87
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
98
<MinVerTagPrefix>v</MinVerTagPrefix>
109
<Nullable>enable</Nullable>

src/AzureSignTool/AzureSignTool.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<PackAsTool>true</PackAsTool>
77
<ToolCommandName>azuresigntool</ToolCommandName>
88
<Description>Azure Sign Tool is similar to signtool in the Windows SDK, with the major difference being that it uses Azure Key Vault for performing the signing process. The usage is like signtool, except with a limited set of options for signing and options for authenticating to Azure Key Vault.</Description>
9-
<RuntimeIdentifiers>win-x64;win-arm64;win-x86</RuntimeIdentifiers>
109
<MinVerTagPrefix>v</MinVerTagPrefix>
1110
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1211
<PublishAot Condition="$(RuntimeIdentifier.EndsWith('64'))">true</PublishAot>

0 commit comments

Comments
 (0)