Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90fa29c

Browse files
committedMar 7, 2021
Update versions for C# .NET and C# Mono.
1 parent 6bb78c2 commit 90fa29c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
 

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,15 +240,15 @@ Judge0 comes in two flavors: [Judge0](https://rapidapi.com/hermanzdosilovic/api/
240240
</tr>
241241
<tr>
242242
<td style="text-align:center">4</td>
243-
<td style="text-align:center">C# (.NET Core SDK 3.1.302)</td>
243+
<td style="text-align:center">C# (.NET Core SDK 3.1.406)</td>
244244
</tr>
245245
<tr>
246246
<td style="text-align:center">5</td>
247-
<td style="text-align:center">C# (Mono 6.10.0.104)</td>
247+
<td style="text-align:center">C# (Mono 6.12.0.122)</td>
248248
</tr>
249249
<tr>
250250
<td style="text-align:center">6</td>
251-
<td style="text-align:center">C# Test (.NET Core SDK 3.1.302, NUnit 3.12.0)</td>
251+
<td style="text-align:center">C# Test (.NET Core SDK 3.1.406, NUnit 3.12.0)</td>
252252
</tr>
253253
<tr>
254254
<td style="text-align:center">7</td>
@@ -272,7 +272,7 @@ Judge0 comes in two flavors: [Judge0](https://rapidapi.com/hermanzdosilovic/api/
272272
</tr>
273273
<tr>
274274
<td style="text-align:center">12</td>
275-
<td style="text-align:center">F# (.NET Core SDK 3.1.302)</td>
275+
<td style="text-align:center">F# (.NET Core SDK 3.1.406)</td>
276276
</tr>
277277
<tr>
278278
<td style="text-align:center">13</td>

‎extra/tests/c#-dotnet/lang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSIONS="3.1.302"
1+
VERSIONS="3.1.406"
22
NAME="C# (.NET Core SDK $VERSION)"
33
SOURCE_FILE="Main.cs"
44
BINARY_FILE=""

‎extra/tests/c#-mono/lang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSIONS="6.10.0.104"
1+
VERSIONS="6.12.0.122"
22
NAME="C# (Mono $VERSION)"
33
SOURCE_FILE="Main.cs"
44
BINARY_FILE="Main.exe"

‎extra/tests/f#-dotnet/lang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSIONS="3.1.302"
1+
VERSIONS="3.1.406"
22
NAME="F# (.NET Core SDK $VERSION)"
33
SOURCE_FILE="script.fsx"
44
BINARY_FILE=""

‎extra/tests/nunit/lang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSIONS="3.1.302"
1+
VERSIONS="3.1.406"
22
NAME="C# Test (.NET Core SDK $VERSION, NUnit 3.12.0)"
33
SOURCE_FILE="Test.cs"
44
BINARY_FILE=""

0 commit comments

Comments
 (0)
Please sign in to comment.