You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,14 @@ There are a number of things [that VS2017 handles differently](http://www.natemc
13
13
5. Defining the NuGet package definition as part of the project file
14
14
15
15
## How it works
16
-
Using the tool is simple, it is a simple command line utility that has a single argument being the project file you would like to convert.
17
-
You can also give a directory path and the tool will discover all csproj files nested in it.
16
+
Using the tool is simple, it is a simple command line utility that has a single argument being the project file, solution file or folder you would like to convert.
17
+
When you give it a directory path, the tool will discover all csproj files nested in it.
After confirming this is an old style project file, it will start performing the conversion. When it has gathered all the data it needs it first creates a backup of the old project file (suffixed with .old) and then generates a new project file in the new format.
0 commit comments