diff --git a/.github/workflows/os-matrix.json b/.github/workflows/os-matrix.json new file mode 100644 index 0000000..33f9e1e --- /dev/null +++ b/.github/workflows/os-matrix.json @@ -0,0 +1 @@ +[ "ubuntu-latest", "windows-latest" ] \ No newline at end of file diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 80802ae..9f03a85 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -1,7 +1,7 @@  - net472;net8.0 + net472;net8.0 net8.0 false