Skip to content

Commit 5db79a5

Browse files
jonpryoratsushieno
authored andcommitted
[Mono.Posix] Sign with mono.pub (#78)
Sign `Mono.Posix.dll` with `mono.pub`, not with `product.snk`. This is required because the existing Xamarin.Android SDK signs `Mono.Posix.dll` with `mono.pub`, so the same signing key needs to be used so that existing assembly references are not broken because a new/different signing key is used.
1 parent e094ce8 commit 5db79a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mono.Posix/Mono.Posix.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
1414
<AssemblyName>Mono.Posix</AssemblyName>
1515
<SignAssembly>true</SignAssembly>
16-
<AssemblyOriginatorKeyFile>..\..\product.snk</AssemblyOriginatorKeyFile>
1716
</PropertyGroup>
1817
<Import Project="..\..\Configuration.props" />
1918
<PropertyGroup>
2019
<TargetFrameworkVersion>$(AndroidFrameworkVersion)</TargetFrameworkVersion>
20+
<AssemblyOriginatorKeyFile>$(MonoSourceFullPath)\mcs\class\mono.pub</AssemblyOriginatorKeyFile>
2121
</PropertyGroup>
2222
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2323
<DebugSymbols>true</DebugSymbols>

0 commit comments

Comments
 (0)