From 90bb82306bd6b75f0103ba3fdb4ee20efa341c73 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 5 Nov 2024 19:48:08 -0500 Subject: [PATCH] Properly support all frameworks --- .../SabreTools.Matching.csproj | 71 +++++++++++-------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/SabreTools.Matching/SabreTools.Matching.csproj b/SabreTools.Matching/SabreTools.Matching.csproj index d3e481a..f83f81e 100644 --- a/SabreTools.Matching/SabreTools.Matching.csproj +++ b/SabreTools.Matching/SabreTools.Matching.csproj @@ -1,33 +1,46 @@  - - - net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 - win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 - latest - enable - true - 1.3.3 - - - Matt Nadareski - Byte array and stream matching library - Copyright (c) Matt Nadareski 2018-2024 - https://github.com/SabreTools/ - README.md - https://github.com/SabreTools/SabreTools.Matching - git - byte array stream match matching - MIT - - - - - + + + net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0 + latest + enable + true + 1.3.3 - - - - + + Matt Nadareski + Byte array and stream matching library + Copyright (c) Matt Nadareski 2018-2024 + https://github.com/SabreTools/ + README.md + https://github.com/SabreTools/SabreTools.Matching + git + byte array stream match matching + MIT + - + + + win-x86;win-x64 + + + win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64 + + + win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64;osx-arm64 + + + net6.0;net7.0;net8.0 + + + + + + + + + + + + \ No newline at end of file