Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit df978a6

Browse files
author
N. Taylor Mullen
committed
React to Razor change.
- Design Time Descriptors are now built for both net451 and coreclr.
1 parent e728f81 commit df978a6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/dotnet-razor-tooling.Test/AssemblyTagHelperDescriptorResolverTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,10 @@ public void Resolve_ResolvesDesignTimeTagHelperDescriptors()
9090
AssemblyName = typeof(DesignTimeTagHelper).GetTypeInfo().Assembly.GetName().Name,
9191
AllowedChildren = new[] { "br" },
9292
TagStructure = TagStructure.NormalOrSelfClosing,
93-
#if DNX451
9493
DesignTimeDescriptor = new TagHelperDesignTimeDescriptor
9594
{
9695
OutputElementHint = "strong"
9796
}
98-
#endif
9997
};
10098
var errorSink = new ErrorSink();
10199

0 commit comments

Comments
 (0)