Skip to content

Commit d7545f2

Browse files
committed
C#: Enable tests for all platforms and use .NET 10 instead of .NET 10 RC 2.
1 parent 7d746d4 commit d7545f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "10.0.100-rc.2.25502.107"
3+
"version": "10.0.100"
44
}
55
}
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import runs_on
33

4-
@runs_on.windows
54
def test(codeql, csharp):
65
codeql.database.create()

0 commit comments

Comments
 (0)