Skip to content

Commit 179f720

Browse files
cadsitjstedfast
authored andcommitted
Add in MicroBuild to all projects for signing (#37)
1 parent 45e26fc commit 179f720

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

Xamarin.MacDev/Xamarin.MacDev.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
<ConsolePause>false</ConsolePause>
3232
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3333
</PropertyGroup>
34+
<ItemGroup>
35+
<PackageReference Include="MicroBuild.Core">
36+
<Version>0.3.0</Version>
37+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
38+
<PrivateAssets>all</PrivateAssets>
39+
</PackageReference>
40+
</ItemGroup>
41+
<ItemGroup>
42+
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
43+
<Authenticode>Microsoft</Authenticode>
44+
</FilesToSign>
45+
</ItemGroup>
3446
<ItemGroup>
3547
<Reference Include="System" />
3648
<Reference Include="System.Core" />

Xamarin.MacDev/Xamarin.iOSDev.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@
3131
<ConsolePause>false</ConsolePause>
3232
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3333
</PropertyGroup>
34+
<ItemGroup>
35+
<PackageReference Include="MicroBuild.Core">
36+
<Version>0.3.0</Version>
37+
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
38+
<PrivateAssets>all</PrivateAssets>
39+
</PackageReference>
40+
</ItemGroup>
41+
<ItemGroup>
42+
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
43+
<Authenticode>Microsoft</Authenticode>
44+
</FilesToSign>
45+
</ItemGroup>
3446
<ItemGroup>
3547
<Reference Include="System" />
3648
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)