File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
"name" : " .NET Core Attach" ,
18
18
"type" : " coreclr" ,
19
19
"request" : " attach" ,
20
- "processId" : " ${command. pickProcess}"
20
+ "processId" : " ${command: pickProcess}"
21
21
}
22
22
]
23
23
}
Original file line number Diff line number Diff line change 13
13
</ItemGroup >
14
14
15
15
<ItemGroup >
16
- <PackageReference Include =" xunit" Version =" 2.3.0-beta1-build3642 " />
16
+ <PackageReference Include =" xunit" Version =" 2.3.0-beta2-build3683 " />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.0.0" />
18
18
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.2.0" />
19
- <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta1-build3642 " />
19
+ <DotNetCliToolReference Include =" dotnet-xunit" Version =" 2.3.0-beta2-build3683 " />
20
20
</ItemGroup >
21
21
22
22
</Project >
You can’t perform that action at this time.
0 commit comments