We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeeb50e commit aebc81fCopy full SHA for aebc81f
TestArena/Blog/PactNet/Intro/HowToSteps.razor
@@ -19,6 +19,6 @@
19
Description="Student by Id API" Number="5" />
20
<p>I had the solution structure as below.</p>
21
<BlogImage ImagePath="/images/blog/pact/intro/project structure.webp" Description="Project structure"
22
- Number="1"/>
+ Number="6"/>
23
</ChildContent>
24
</Section>
TestArena/TestArena.csproj
@@ -27,6 +27,9 @@
27
<Content Update="wwwroot\decode.js">
28
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
29
</Content>
30
+ <Content Update="wwwroot\images\blog\pact\intro\header_landscape.png">
31
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
32
+ </Content>
33
</ItemGroup>
34
35
<ItemGroup>
0 commit comments