mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Enable tests for all platforms and use .NET 10 instead of .NET 10 RC 2.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "10.0.100-rc.2.25502.107"
|
"version": "10.0.100"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import os
|
import os
|
||||||
import runs_on
|
import runs_on
|
||||||
|
|
||||||
@runs_on.windows
|
|
||||||
def test(codeql, csharp):
|
def test(codeql, csharp):
|
||||||
codeql.database.create()
|
codeql.database.create()
|
||||||
|
|||||||
Reference in New Issue
Block a user