Skip to content

Commit

Permalink
Switched to SNK signing as .NET Core doesn't support PFX
Browse files Browse the repository at this point in the history
  • Loading branch information
Visual-Vincent committed Dec 7, 2023
1 parent f83a50e commit ca846a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ ClientBin/
*.dbproj.schemaview
*.jfm
*.pfx
*.snk
*.publishsettings
orleans.codegen.cs

Expand Down
4 changes: 2 additions & 2 deletions InputHelper/InputHelper.vbproj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">

<PropertyGroup>
<RootNamespace>InputHelper</RootNamespace>
<TargetFrameworks>net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWindowsForms>true</UseWindowsForms>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>InputHelper.pfx</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>InputHelper.snk</AssemblyOriginatorKeyFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>

Expand Down

0 comments on commit ca846a1

Please sign in to comment.