mirror of
https://github.com/actions/runner.git
synced 2025-12-16 23:20:03 +00:00
delete more unused code. (#230)
* delete more unused code. * pr feedback.
This commit is contained in:
@@ -16,8 +16,6 @@ namespace GitHub.Services.Common
|
||||
public const String AssemblyMajorVersion = "16";
|
||||
|
||||
// Derived versions
|
||||
public const String TfsMajorVersion = "8";
|
||||
public const String TfsMinorVersion = "0";
|
||||
public const String TfsProductVersion = TfsMajorVersion + "." + TfsMinorVersion;
|
||||
public const String ActionsProductVersion = "8.0";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user