File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ ClientBin/
237237* .dbproj.schemaview
238238* .jfm
239239* .pfx
240+ * .snk
240241* .publishsettings
241242orleans.codegen.cs
242243
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
1+ <Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
33 <PropertyGroup >
44 <RootNamespace >InputHelper</RootNamespace >
55 <TargetFrameworks >net35;net40;netcoreapp3.1-windows;net5.0-windows;net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks >
66 <GenerateAssemblyInfo >false</GenerateAssemblyInfo >
77 <UseWindowsForms >true</UseWindowsForms >
88 <SignAssembly >true</SignAssembly >
9- <AssemblyOriginatorKeyFile >InputHelper.pfx </AssemblyOriginatorKeyFile >
9+ <AssemblyOriginatorKeyFile >InputHelper.snk </AssemblyOriginatorKeyFile >
1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1111 </PropertyGroup >
1212
You can’t perform that action at this time.
0 commit comments