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