Skip to content

Commit

Permalink
Added displaying new .NET builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Jul 28, 2023
1 parent 825e92a commit 9cdf56b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ const TARGET_PAIRS = [
["cpp_stl_11", "gcc4.8-linux-x86_64"],
["cpp_stl_11", "clang14-macos-x86_64"],
["cpp_stl_11", "msvc141-windows-x64"],
["csharp", "net45-windows-x64"],
["csharp", "net48-windows-x64"],
["csharp", "netcore2.2.103-linux-x86_64"],
["csharp", "netcore3.0.100-linux-x86_64"],
["csharp", "netcore6.0-linux-x86_64"],
["graphviz", "8-linux-x86_64"],
["go", "1.19-linux-x86_64"],
["java", "zulu7-linux-x86_64"],
Expand Down

0 comments on commit 9cdf56b

Please sign in to comment.