From 17215472af46ea6476663b810532c1f0c78990f4 Mon Sep 17 00:00:00 2001 From: Ed Giardina Date: Tue, 12 Nov 2024 17:37:13 -0500 Subject: [PATCH] Target multiple .net versions --- PinballApi/PinballApi.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PinballApi/PinballApi.csproj b/PinballApi/PinballApi.csproj index 1252eb1..f868652 100644 --- a/PinballApi/PinballApi.csproj +++ b/PinballApi/PinballApi.csproj @@ -1,6 +1,6 @@  - net8.0 + net8.0;net7.0;net6.0; PinballApi Ed Giardina PinballApi - .NET API for pinball data. Includes API Client wrappers in .NET for the IFPA, OPDB, IPDB and MatchPlay.