<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="9.0.10" />
ThisAssembly
namespace System.
Diagnostics
{
internal static class ThisAssembly
{
private const string BuildAssemblyFileVersion =
"9.0.1025.47515";
public static Version AssemblyFileVersion { get; } =
new Version(
"9.0.1025.47515");
}
}