You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/AzureSignTool/AzureSignTool.csproj
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,27 @@
2
2
3
3
<PropertyGroup>
4
4
<OutputType>Exe</OutputType>
5
-
<TargetFramework>netcoreapp3.1</TargetFramework>
5
+
<TargetFramework>net6.0</TargetFramework>
6
6
<PackAsTool>true</PackAsTool>
7
7
<ToolCommandName>azuresigntool</ToolCommandName>
8
-
<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>
<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>
0 commit comments