diff options
author | Oren Novotny <oren@novotny.org> | 2015-10-16 20:24:29 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2015-10-16 20:24:29 -0400 |
commit | 2054e01f9a7b828b58baf07a374109b2426a2bb7 (patch) | |
tree | 5b95bc5dc51216e3f82f809603aa2b73cf0d2c38 | |
parent | Merge branch 'master-vs12' into pcl (diff) | |
download | BouncyCastle.NET-ed25519-2054e01f9a7b828b58baf07a374109b2426a2bb7.tar.xz |
update to latest refgen
-rw-r--r-- | crypto/crypto.pcl2.csproj | 4 | ||||
-rw-r--r-- | crypto/packages.crypto.pcl2.config | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/crypto.pcl2.csproj b/crypto/crypto.pcl2.csproj index 1c08f2fef..523216f29 100644 --- a/crypto/crypto.pcl2.csproj +++ b/crypto/crypto.pcl2.csproj @@ -88,11 +88,11 @@ <PreBuildEvent /> <PostBuildEvent /> </PropertyGroup> - <Import Project="..\packages\NuSpec.ReferenceGenerator.1.0.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets" Condition="Exists('..\packages\NuSpec.ReferenceGenerator.1.0.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" /> + <Import Project="..\packages\NuSpec.ReferenceGenerator.1.3.4\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets" Condition="Exists('..\packages\NuSpec.ReferenceGenerator.1.3.4\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <PropertyGroup> <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> </PropertyGroup> - <Error Condition="!Exists('..\packages\NuSpec.ReferenceGenerator.1.0.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NuSpec.ReferenceGenerator.1.0.1\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets'))" /> + <Error Condition="!Exists('..\packages\NuSpec.ReferenceGenerator.1.3.4\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NuSpec.ReferenceGenerator.1.3.4\build\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\NuSpec.ReferenceGenerator.targets'))" /> </Target> </Project> \ No newline at end of file diff --git a/crypto/packages.crypto.pcl2.config b/crypto/packages.crypto.pcl2.config index 99d9825c1..5cc160b36 100644 --- a/crypto/packages.crypto.pcl2.config +++ b/crypto/packages.crypto.pcl2.config @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <packages> - <package id="NuSpec.ReferenceGenerator" version="1.0.1" targetFramework="portable45-net45+win8+wpa81" /> + <package id="NuSpec.ReferenceGenerator" version="1.3.4" targetFramework="portable45-net45+win8+wpa81" developmentDependency="true" /> </packages> \ No newline at end of file |