From 2687dd7ea20ec0d93eb062762458468094346601 Mon Sep 17 00:00:00 2001
From: Harald Martini <harald.martini@student.tugraz.at>
Date: Tue, 23 Aug 2022 14:19:30 +0200
Subject: [PATCH] added net48 for hashing tool

---
 HashingTool/HashingTool.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HashingTool/HashingTool.csproj b/HashingTool/HashingTool.csproj
index a5fc2a097d..bd04018aa1 100644
--- a/HashingTool/HashingTool.csproj
+++ b/HashingTool/HashingTool.csproj
@@ -8,7 +8,7 @@
     <RootNamespace>HashingTool</RootNamespace>
     <AssemblyName>HashingTool</AssemblyName>
     <UseWPF>true</UseWPF>
-    <TargetFrameworks>net45;net6.0-windows</TargetFrameworks>
+    <TargetFrameworks>net45;net48;net6.0-windows</TargetFrameworks>
     <DefineConstants />
     <ImportWindowsDesktopTargets>true</ImportWindowsDesktopTargets>
     <ApplicationIcon>HashingIcon.ico</ApplicationIcon>
-- 
GitLab