Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
/// <summary>
/// A class describing the target framework of a module.
/// </summary>
sealed class TargetFramework
public class TargetFramework
{
const string DotNetPortableIdentifier = ".NETPortable";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ namespace ICSharpCode.Decompiler.CSharp.ProjectDecompiler
/// <summary>
/// Helper services for determining the target framework and platform of a module.
/// </summary>
static class TargetServices
public static class TargetServices
{
const string VersionToken = "Version=";
const string ProfileToken = "Profile=";
Expand Down
Loading