File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 32
32
"type" : " coreclr" ,
33
33
"request" : " launch" ,
34
34
"preLaunchTask" : " buildDemo" ,
35
- "program" : " ${workspaceFolder}/CScriptingDemo/bin/Debug/net7 .0-windows/CScriptingDemo.exe " ,
35
+ "program" : " ${workspaceFolder}/CScriptingDemo/bin/Debug/net8 .0-windows/CScriptingDemo.dll " ,
36
36
"requireExactSource" : false ,
37
37
"args" : [],
38
38
"cwd" : " ${workspaceFolder}" ,
39
39
"stopAtEntry" : false ,
40
- "console" : " internalConsole "
40
+ "console" : " integratedTerminal "
41
41
},
42
42
]
43
43
}
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >net7 .0-windows</TargetFramework >
5
+ <TargetFramework >net8 .0-windows</TargetFramework >
6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
<Nullable >enable</Nullable >
8
8
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >net7 .0</TargetFramework >
4
+ <TargetFramework >net8 .0</TargetFramework >
5
5
<ImplicitUsings >enable</ImplicitUsings >
6
6
<Nullable >enable</Nullable >
7
7
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.5.0" />
14
- <PackageReference Include =" MSTest.TestAdapter" Version =" 2.2.10" />
15
- <PackageReference Include =" MSTest.TestFramework" Version =" 2.2.10" />
16
- <PackageReference Include =" coverlet.collector" Version =" 3.2.0" />
13
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.10.0" />
14
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.4.1" />
15
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.4.1" />
16
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.2" >
17
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
+ <PrivateAssets >all</PrivateAssets >
19
+ </PackageReference >
17
20
</ItemGroup >
18
21
19
22
<ItemGroup >
You can’t perform that action at this time.
0 commit comments