Skip to content

Commit 863cd3b

Browse files
committed
resolved merge conflicts
2 parents 49d993a + 8bee33d commit 863cd3b

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,7 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
148148
</ProjectReference>
149149
```
150150

151-
<<<<<<< HEAD
152151
1. Right.click the ASP.NET Core project and choose **Reload Project**.
153-
=======
154-
1. Right-click the ASP.NET Core project and choose **Reload Project**.
155-
>>>>>>> e544f53505bc3ae40a8373f51b01c45500805bfa
156152

157153
1. To publish, right click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, et al.
158154

docs/javascript/tutorial-asp-net-core-with-react.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,15 @@ Make sure to install the following:
119119
>[!NOTE]
120120
> Check console output for messages, such as a message instructing you to update your version of Node.js.
121121
122+
<<<<<<< HEAD
122123
<<<<<<< HEAD
123124
You should see an React app appear, that is populated via the API. If you don't see the app, see [Troubleshooting](#troubleshooting).
124125
=======
125126
You should see a React app appear, that is populated via the API. If you don't see the app, see [Troubleshooting](#troubleshooting).
126127
>>>>>>> e544f53505bc3ae40a8373f51b01c45500805bfa
128+
=======
129+
You should see a React app appear, that is populated via the API. If you don't see the app, see [Troubleshooting](#troubleshooting).
130+
>>>>>>> 8bee33d8bd3bd4ad0353717553013d252b3e61f9
127131
128132
## Publish the project
129133

@@ -150,11 +154,7 @@ Starting in Visual Studio 2022 version 17.3, you can publish the integrated solu
150154
</ProjectReference>
151155
```
152156

153-
<<<<<<< HEAD
154157
1. Right.click the ASP.NET Core project and choose **Reload Project**.
155-
=======
156-
1. Right-click the ASP.NET Core project and choose **Reload Project**.
157-
>>>>>>> e544f53505bc3ae40a8373f51b01c45500805bfa
158158

159159
1. To publish, right click the ASP.NET Core project, choose **Publish**, and select options to match your desired publish scenario, such as Azure, publish to a folder, et al.
160160

0 commit comments

Comments
 (0)