File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ICSharpCode.Decompiler/CSharp/ProjectDecompiler Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
2424 /// <summary>
2525 /// A class describing the target framework of a module.
2626 /// </summary>
27- sealed class TargetFramework
27+ public class TargetFramework
2828 {
2929 const string DotNetPortableIdentifier = ".NETPortable" ;
3030
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
2828 /// <summary>
2929 /// Helper services for determining the target framework and platform of a module.
3030 /// </summary>
31- static class TargetServices
31+ public static class TargetServices
3232 {
3333 const string VersionToken = "Version=" ;
3434 const string ProfileToken = "Profile=" ;
You can’t perform that action at this time.
0 commit comments