From 93e7255ea9ff20a40fcdca0ae89296491590ced6 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Wed, 28 Dec 2022 12:03:49 +0100 Subject: [PATCH] Supprimer 'Code/ProjetBlazor/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs' --- .../net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Code/ProjetBlazor/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs diff --git a/Code/ProjetBlazor/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Code/ProjetBlazor/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs deleted file mode 100644 index ed92695..0000000 --- a/Code/ProjetBlazor/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs +++ /dev/null @@ -1,4 +0,0 @@ -// -using System; -using System.Reflection; -[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]