File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 40
40
<InternalsVisibleTo Include =" LinkDotNet.Blog.IntegrationTests" />
41
41
</ItemGroup >
42
42
43
- <ItemGroup >
44
- <None Update =" Shared\Disqus.razor.js" >
45
- <DependentUpon >Disqus.razor</DependentUpon >
46
- </None >
47
- </ItemGroup >
48
-
49
- <ItemGroup >
50
- <None Update =" Shared\Giscus.razor.js" >
51
- <DependentUpon >Giscus.razor</DependentUpon >
52
- </None >
53
- </ItemGroup >
54
-
55
43
<PropertyGroup >
56
44
<CodeAnalysisRuleSet >..\..\stylecop.analyzers.ruleset</CodeAnalysisRuleSet >
57
45
</PropertyGroup >
58
46
59
47
60
- </Project >
48
+ </Project >
Original file line number Diff line number Diff line change 12
12
<CreateNewBlogPost
13
13
Title =" Update BlogPost"
14
14
BlogPost =" @blogPostFromDb"
15
- OnBlogPostCreated =" StoreBlogPostAsync"
15
+ OnBlogPostCreated =" @ StoreBlogPostAsync"
16
16
ClearAfterCreated =" false" ></CreateNewBlogPost >
17
17
}
18
18
else
You can’t perform that action at this time.
0 commit comments