Generate a valid .snk file for .NET strong-name signing directly in your browser and copy the matching Directory.Build.props entry.
The file will be named exactly as entered. The .snk extension is added automatically if missing.
Private key handling
For closed-source projects, keep the .snk file private — anyone with it can sign assemblies as your package. For open-source projects, it is common practice to commit the .snk file to the repository so that contributors and CI can build and sign the assembly.
Local generation
The key pair is generated locally in your browser. No data is sent to a server.