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