File tree 2 files changed +4
-4
lines changed
dotnetToolSolution/ClassLibrary1
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
using System . Threading . Tasks ;
5
5
6
6
/// <summary>
7
- /// Checks what projects are Legacy style or SDK Style .
7
+ /// $PackageDescription$ .
8
8
/// </summary>
9
9
public static class Program
10
10
{
11
11
/// <summary>
12
- /// $PackageDescription$ .
12
+ /// Code that will be called when running the tool .
13
13
/// </summary>
14
14
/// <param name="args">Extra arguments.</param>
15
15
/// <returns>0 if successful.</returns>
Original file line number Diff line number Diff line change 4
4
using System . Threading . Tasks ;
5
5
6
6
/// <summary>
7
- /// Checks what projects are Legacy style or SDK Style .
7
+ /// $PackageDescription$ .
8
8
/// </summary>
9
9
public static class Program
10
10
{
11
11
/// <summary>
12
- /// $PackageDescription$ .
12
+ /// Code that will be called when running the tool .
13
13
/// </summary>
14
14
/// <param name="args">Extra arguments.</param>
15
15
/// <returns>0 if successful.</returns>
You can’t perform that action at this time.
0 commit comments