From 05bc99adbade760fdfe2b409fbaf4244db148f9e Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 24 Jul 2024 16:07:44 +0200 Subject: [PATCH] Move InternalsVisibleTo to csproj (possible since net50) --- ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj | 21 ++++++++++++------- ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs | 4 ---- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj index bde8d593a..bcea038e2 100644 --- a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj +++ b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj @@ -5,16 +5,16 @@ enable true nullable - + True ..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk - + en-US False False False - + ICSharpCode.ILSpyX 8.0.0.0-noversion @@ -32,22 +32,27 @@ false Copyright 2022-$([System.DateTime]::Now.Year) AlphaSierraPapa C# Decompiler ILSpy - + true embedded true true true - + + + + + + - + - + true @@ -77,7 +82,7 @@ - + diff --git a/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs b/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs index 2ff1a3ed7..34d6f6fa1 100644 --- a/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs +++ b/ICSharpCode.ILSpyX/Properties/AssemblyInfo.cs @@ -19,7 +19,3 @@ using System.Runtime.Versioning; [assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "AssemblyInformationalVersion does not need to be a parsable version")] - -[assembly: InternalsVisibleTo("ILSpy, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")] -[assembly: InternalsVisibleTo("ILSpy.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001004dcf3979c4e902efa4dd2163a039701ed5822e6f1134d77737296abbb97bf0803083cfb2117b4f5446a217782f5c7c634f9fe1fc60b4c11d62c5b3d33545036706296d31903ddcf750875db38a8ac379512f51620bb948c94d0831125fbc5fe63707cbb93f48c1459c4d1749eb7ac5e681a2f0d6d7c60fa527a3c0b8f92b02bf")] -