Skip to content

Commit 920117b

Browse files
committed
gray code
1 parent acc24e0 commit 920117b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"name": ".NET Core Attach",
1818
"type": "coreclr",
1919
"request": "attach",
20-
"processId": "${command.pickProcess}"
20+
"processId": "${command:pickProcess}"
2121
}
2222
]
2323
}

Algorithms/GrayCode.cs

706 Bytes
Binary file not shown.

AlgorithmsTest/AlgorithmsTest.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</ItemGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="xunit" Version="2.3.0-beta1-build3642" />
16+
<PackageReference Include="xunit" Version="2.3.0-beta2-build3683" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
1818
<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" />
2020
</ItemGroup>
2121

2222
</Project>

AlgorithmsTest/GrayCodeTest.cs

52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)