GildedRose-Refactoring-Kata/csharp/Properties/AssemblyInfo.cs
Mark Seemann e975a987f1 Upgrade C# code to .NET 6
The upgrade was performed by `upgrade-assistant upgrade`.
2023-10-16 20:30:36 +02:00

14 lines
556 B
C#

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("176c0214-9136-4079-8dab-11d7420c3881")]