Migrating project to .net core
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Umbraco.ModelsBuilder.Embedded
|
||||
/// Indicates that a property implements a given property alias.
|
||||
/// </summary>
|
||||
/// <remarks>And therefore it should not be generated.</remarks>
|
||||
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
|
||||
[AttributeUsage(AttributeTargets.Property /*, AllowMultiple = false, Inherited = false*/)]
|
||||
public class ImplementPropertyTypeAttribute : Attribute
|
||||
{
|
||||
public ImplementPropertyTypeAttribute(string alias)
|
||||
|
||||
Reference in New Issue
Block a user