mirror of
https://github.com/SabreTools/SabreTools.Models.git
synced 2026-02-14 21:35:10 +00:00
Remove framework gating
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
/// Null-terminated name of the PDB file. It can also contain full
|
||||
/// or partial path to the file.
|
||||
/// </summary>
|
||||
#if NET48
|
||||
public string PdbFileName { get; set; }
|
||||
#else
|
||||
public string? PdbFileName { get; set; }
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user