File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3535 <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
3636 </PropertyGroup >
3737
38+ <ItemGroup >
39+ <Compile Remove =" Models\**" />
40+ <Content Remove =" Models\**" />
41+ <EmbeddedResource Remove =" Models\**" />
42+ <None Remove =" Models\**" />
43+ </ItemGroup >
44+
3845 <ItemGroup >
3946 <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 3.0.0-preview7.19362.4" />
4047 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" >
4350 </PackageReference >
4451 </ItemGroup >
4552
46- <ItemGroup >
47- <Folder Include =" Models\" />
48- </ItemGroup >
49-
5053</Project >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace ICG.AspNetCore.Utilities.TagHelpers
55 /// <summary>
66 /// A tag helper that if passed a tre value will suppress rendering content
77 /// </summary>
8- [ HtmlTargetElement ( Attributes = nameof ( HideCondition ) ) ]
8+ [ HtmlTargetElement ( Attributes = "hide-condition" ) ]
99 public class HideConditionTagHelper : TagHelper
1010 {
1111 /// <summary>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace ICG.AspNetCore.Utilities.TagHelpers
55 /// <summary>
66 /// A tag helper that if passed a false value will suppress rendering content
77 /// </summary>
8- [ HtmlTargetElement ( Attributes = nameof ( ShowCondition ) ) ]
8+ [ HtmlTargetElement ( Attributes = "show-condition" ) ]
99 public class ShowConditionTagHelper : TagHelper
1010 {
1111 /// <summary>
You can’t perform that action at this time.
0 commit comments