From 373f580eff578a8fe93858de47e8042ea7164523 Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Mon, 7 Feb 2022 14:42:47 +0100 Subject: [PATCH] Updated Projects to .NET 4.8: LicenceHeader, GraphDrawer, DeclarationCycleZip --- Tools/DeclarationCycleZip/App.config | 10 +++++----- Tools/DeclarationCycleZip/DeclarationCycleZip.csproj | 3 ++- Tools/GraphDrawer/App.config | 10 +++++----- Tools/GraphDrawer/GraphDrawer.csproj | 3 ++- Tools/LicenceHeader/App.config | 6 +++--- Tools/LicenceHeader/LicenceHeader.csproj | 3 ++- 6 files changed, 19 insertions(+), 16 deletions(-) diff --git a/Tools/DeclarationCycleZip/App.config b/Tools/DeclarationCycleZip/App.config index 2d7c95c83a..6d8b95ca6c 100644 --- a/Tools/DeclarationCycleZip/App.config +++ b/Tools/DeclarationCycleZip/App.config @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> - <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0" /> + <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral"/> + <bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0"/> </dependentAssembly> </assemblyBinding> </runtime> -</configuration> \ No newline at end of file +</configuration> diff --git a/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj b/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj index 8782def331..6ac454a82d 100644 --- a/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj +++ b/Tools/DeclarationCycleZip/DeclarationCycleZip.csproj @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>DeclarationCycleZip</RootNamespace> <AssemblyName>DeclarationCycleZip</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> diff --git a/Tools/GraphDrawer/App.config b/Tools/GraphDrawer/App.config index 2d7c95c83a..6d8b95ca6c 100644 --- a/Tools/GraphDrawer/App.config +++ b/Tools/GraphDrawer/App.config @@ -1,14 +1,14 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> </startup> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> - <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" /> - <bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0" /> + <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral"/> + <bindingRedirect oldVersion="0.0.0.0-3.3.4.0" newVersion="3.3.4.0"/> </dependentAssembly> </assemblyBinding> </runtime> -</configuration> \ No newline at end of file +</configuration> diff --git a/Tools/GraphDrawer/GraphDrawer.csproj b/Tools/GraphDrawer/GraphDrawer.csproj index 40d271830e..595001a41f 100644 --- a/Tools/GraphDrawer/GraphDrawer.csproj +++ b/Tools/GraphDrawer/GraphDrawer.csproj @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>GraphDrawer</RootNamespace> <AssemblyName>GraphDrawer</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> diff --git a/Tools/LicenceHeader/App.config b/Tools/LicenceHeader/App.config index 8e15646352..4bfa005618 100644 --- a/Tools/LicenceHeader/App.config +++ b/Tools/LicenceHeader/App.config @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="utf-8" ?> +<?xml version="1.0" encoding="utf-8"?> <configuration> <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/> </startup> -</configuration> \ No newline at end of file +</configuration> diff --git a/Tools/LicenceHeader/LicenceHeader.csproj b/Tools/LicenceHeader/LicenceHeader.csproj index 40898d4d35..939376e8d5 100644 --- a/Tools/LicenceHeader/LicenceHeader.csproj +++ b/Tools/LicenceHeader/LicenceHeader.csproj @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>LicenceHeader</RootNamespace> <AssemblyName>LicenceHeader</AssemblyName> - <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> -- GitLab