Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit dd1a1d1

Browse files
committed
Fix ContractDeclarativeAssemblyAttribute definition in VB
1 parent 76f833b commit dd1a1d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Foxtrot/Contracts/ContractDeclarativeAssemblyAttribute.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
' This file is included when building a contract declarative assembly
66
' in order to mark it as such for recognition by the tools
77
'
8-
<Assembly: ContractDeclarativeAssemblyAttribute()>
8+
<Assembly: ContractDeclarativeAssemblyAttribute()>
99

10-
<ContractVerification(False)>
10+
<System.Diagnostics.Contracts.ContractVerification(False)>
1111
NotInheritable Class ContractDeclarativeAssemblyAttribute
1212
Inherits Global.System.Attribute
1313
End Class

0 commit comments

Comments
 (0)