From 27778a4ce0e752d19319523cfcf11015976425dd Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Thu, 10 Feb 2022 11:37:48 +0100 Subject: [PATCH] [DeclarationCycleZip] Updated project to .NET5.0 --- Tools/DeclarationCycleZip/DeclarationCycleZip.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj b/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj index 0e5ac5ce3b..ec7bea407c 100644 --- a/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj +++ b/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj @@ -5,6 +5,7 @@ <RootNamespace>DeclarationCycleZip</RootNamespace> <AssemblyName>DeclarationCycleZip</AssemblyName> <DefineConstants /> + <TargetFrameworks>net5.0</TargetFrameworks> </PropertyGroup> <ItemGroup> -- GitLab