Skip to content

Commit 31e3fd4

Browse files
committed
Moved IVT from .csproj to properties.cs
1 parent 1ddc2d7 commit 31e3fd4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/AzureSignTool/AzureSignTool.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,4 @@
3333
<ItemGroup>
3434
<ProjectReference Include="..\AzureSign.Core\AzureSign.Core.csproj" />
3535
</ItemGroup>
36-
37-
<ItemGroup>
38-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
39-
<_Parameter1>AzureSignTool.Tests</_Parameter1>
40-
</AssemblyAttribute>
41-
</ItemGroup>
4236
</Project>

src/AzureSignTool/Properties.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
using System.Runtime.CompilerServices;
2+
[assembly: InternalsVisibleTo("AzureSignTool.Tests")]

0 commit comments

Comments
 (0)