update according to feedback
This commit is contained in:
parent
f825477855
commit
090a241a12
1 changed files with 1 additions and 7 deletions
|
@ -64,13 +64,7 @@ namespace Microsoft.DotNet.Cli.Utils
|
|||
StaticLib = ".a"
|
||||
};
|
||||
|
||||
public static PlatformFileNameSuffixes FreeBSD { get; } = new PlatformFileNameSuffixes
|
||||
{
|
||||
DynamicLib = ".so",
|
||||
Exe = "",
|
||||
ProgramDatabase = ".pdb",
|
||||
StaticLib = ".a"
|
||||
};
|
||||
public static PlatformFileNameSuffixes FreeBSD { get; } = Linux;
|
||||
|
||||
public struct PlatformFileNameSuffixes
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue