From bf837d81cab6071a8fc6be6271a52716bcc10738 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 30 Nov 2023 02:17:18 -0300 Subject: [PATCH] Add multitargeting for windows --- .github/workflows/os-matrix.json | 1 + src/Tests/Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/os-matrix.json 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