We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc24e0 commit 920117bCopy full SHA for 920117b
.vscode/launch.json
@@ -17,7 +17,7 @@
17
"name": ".NET Core Attach",
18
"type": "coreclr",
19
"request": "attach",
20
- "processId": "${command.pickProcess}"
+ "processId": "${command:pickProcess}"
21
}
22
]
23
Algorithms/GrayCode.cs
706 Bytes
AlgorithmsTest/AlgorithmsTest.csproj
@@ -13,10 +13,10 @@
13
</ItemGroup>
14
15
<ItemGroup>
16
- <PackageReference Include="xunit" Version="2.3.0-beta1-build3642" />
+ <PackageReference Include="xunit" Version="2.3.0-beta2-build3683" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
- <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta1-build3642" />
+ <DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0-beta2-build3683" />
</Project>
AlgorithmsTest/GrayCodeTest.cs
52 Bytes
0 commit comments