mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-27 12:29:04 +08:00
Refactoring
--HG-- branch : dev
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Orchard.Packaging.Services {
|
||||
public virtual FrameworkName TargetFramework {
|
||||
get {
|
||||
if (_targetFramework == null) {
|
||||
_targetFramework = new FrameworkName(NetFrameworkIdentifier, typeof(string).Assembly.GetNameSafe().Version);;
|
||||
_targetFramework = new FrameworkName(NetFrameworkIdentifier, typeof(string).Assembly.GetNameSafe().Version);
|
||||
}
|
||||
return _targetFramework;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user