Skip to content

Commit 0df0957

Browse files
committed
Simplify AssemblyAttributes
1 parent ed85957 commit 0df0957

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,3 @@
1-
using Gu.Roslyn.Asserts;
1+
using Gu.Roslyn.Asserts;
22

3-
[assembly: MetadataReference(typeof(object), new[] { "global", "mscorlib" })]
4-
[assembly: MetadataReference(typeof(System.Diagnostics.Debug), new[] { "global", "System" })]
5-
[assembly: TransitiveMetadataReferences(typeof(Microsoft.CodeAnalysis.CSharp.CSharpCompilation))]
6-
[assembly: TransitiveMetadataReferences(typeof(Microsoft.AspNetCore.Builder.IApplicationBuilder))]
7-
[assembly: TransitiveMetadataReferences(typeof(Microsoft.AspNetCore.Hosting.IApplicationLifetime))]
8-
[assembly: TransitiveMetadataReferences(typeof(Microsoft.Extensions.Logging.ILoggerFactory))]
93
[assembly: TransitiveMetadataReferences(typeof(Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions))]
10-
[assembly: MetadataReferences(
11-
typeof(System.Linq.Enumerable),
12-
typeof(System.Net.WebClient),
13-
typeof(System.Data.Common.DbConnection),
14-
typeof(System.Threading.Tasks.ValueTask),
15-
typeof(System.Xml.Serialization.XmlSerializer),
16-
typeof(Gu.Roslyn.AnalyzerExtensions.SyntaxTokenExt),
17-
typeof(Gu.Roslyn.CodeFixExtensions.Parse),
18-
typeof(NUnit.Framework.Assert))]

0 commit comments

Comments
 (0)