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