Skip to content

Commit

Permalink
dev-dotnet/nuget: patch correction
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
cnd committed Jul 8, 2016
1 parent 9278195 commit 1d51490
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions dev-dotnet/nuget/files/add-keyfile-option-to-csproj.patch
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
--- work.orig/nuget-Release-2.8.1-MonoDevelop/src/Core/Core.csproj 2014-10-29 13:28:28.000000000 +0300
+++ work/nuget-Release-2.8.1-MonoDevelop/src/Core/Core.csproj 2015-03-06 10:55:17.783762949 +0300
@@ -12,6 +12,8 @@
<TargetFrameworkProfile Condition=" '$(MonoBuild)' == '' And '$(TargetFrameworkVersion)' == 'v4.0' "></TargetFrameworkProfile>
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>rsa-4096.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="..\..\Common\CommonResources.resx">
--- work.orig/nuget-Release-2.8.7-MonoDevelop/src/Core/Core.csproj
+++ work/nuget-Release-2.8.7-MonoDevelop/src/Core/Core.csproj
@@ -8,1 +8,3 @@
<AssemblyName>NuGet.Core</AssemblyName>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>rsa-4096.snk</AssemblyOriginatorKeyFile>

0 comments on commit 1d51490

Please sign in to comment.