Skip to content

Commit 42ce90a

Browse files
author
sagi
committed
Fix minor typos
1 parent bea3896 commit 42ce90a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides-basic/updating-project-file-to-sdk-style.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Each project is inherently different however, at times the steps taken toward up
2727

2828
</Project>
2929
```
30-
Notice that between the <TargetFramworks\> tags 2 values exist. By targeting both frameworks, the project can be built and run on both older Windows systems that support .NET Framework 4.7.2, as well as newer systems that support .NET 6.0. that is optimised specifically for Windows. depends on the
30+
Notice that between the <TargetFramworks\> tags 2 values exist. By targeting both frameworks, the project can be built and run on both older Windows systems that support .NET Framework 4.7.2, as well as newer systems that support .NET 6.0. that is optimised specifically for Windows.
3131

3232
**Note:** Replacing the old XML format with the new SDK-style does not require the target framework to change. It is also important to remember that the targeted framework values are dependent on several factors, such as the features and APIs required by the project, the platform on which the application will be deployed, and the compatibility requirements of any libraries or dependencies used by the project.
3333

34-
4. Reload the project by right-clicking on the project in Solution Explorer and selecting 'Reload Project':
34+
4. Reload the project by right-clicking on the project in Solution Explorer and then selecting 'Reload Project':
3535
![Capture](./assets/sdk_style3.png)
3636

3737
5. A list of dependencies exists in the packages.config file:
@@ -52,7 +52,7 @@ Notice that between the <TargetFramworks\> tags 2 values exist. By targeting bot
5252
</ItemGroup>
5353
```
5454

55-
6. Delete the following files from the project as they are no longer needed:
55+
6. Delete the following files from the project as they are no longer required:
5656

5757
* packages.json
5858
* RtdClock-IExcelObservable-AddIn.dna

0 commit comments

Comments
 (0)