Merge pull request #56 from xamarin/dev/soch/fix_certs

Fix authenticode certs
This commit is contained in:
Somesh Chatterjee 2019-08-22 11:31:39 -07:00 коммит произвёл GitHub
Родитель f9216e8cfe 644b7ed8f4
Коммит 188fc34f32
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
</ItemGroup>
<ItemGroup>

Просмотреть файл

@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<FilesToSign Include="$(OutDir)\$(AssemblyName).dll">
<Authenticode>Microsoft</Authenticode>
<Authenticode>Microsoft400</Authenticode>
</FilesToSign>
</ItemGroup>
<ItemGroup>