|
9 | 9 | "build", |
10 | 10 | "${workspaceFolder}/SimpleCalculator/SimpleCalculator.csproj", |
11 | 11 | "/property:GenerateFullPaths=true", |
12 | | - "/property:TargetFramework=net8.0-browserwasm", |
| 12 | + "/property:TargetFramework=net9.0-browserwasm", |
13 | 13 | "/consoleloggerparameters:NoSummary" |
14 | 14 | ], |
15 | 15 | "problemMatcher": "$msCompile" |
|
22 | 22 | "publish", |
23 | 23 | "${workspaceFolder}/SimpleCalculator/SimpleCalculator.csproj", |
24 | 24 | "/property:GenerateFullPaths=true", |
25 | | - "/property:TargetFramework=net8.0-browserwasm", |
| 25 | + "/property:TargetFramework=net9.0-browserwasm", |
26 | 26 | "/consoleloggerparameters:NoSummary" |
27 | 27 | ], |
28 | 28 | "problemMatcher": "$msCompile" |
|
35 | 35 | "build", |
36 | 36 | "${workspaceFolder}/SimpleCalculator/SimpleCalculator.csproj", |
37 | 37 | "/property:GenerateFullPaths=true", |
38 | | - "/property:TargetFramework=net8.0-desktop", |
| 38 | + "/property:TargetFramework=net9.0-desktop", |
39 | 39 | "/consoleloggerparameters:NoSummary" |
40 | 40 | ], |
41 | 41 | "problemMatcher": "$msCompile" |
|
48 | 48 | "publish", |
49 | 49 | "${workspaceFolder}/SimpleCalculator/SimpleCalculator.csproj", |
50 | 50 | "/property:GenerateFullPaths=true", |
51 | | - "/property:TargetFramework=net8.0-desktop", |
| 51 | + "/property:TargetFramework=net9.0-desktop", |
52 | 52 | "/consoleloggerparameters:NoSummary" |
53 | 53 | ], |
54 | 54 | "problemMatcher": "$msCompile" |
|
0 commit comments