Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit f5b469b

Browse files
authored
Merge pull request #142 from jonathanpeppers/patch-1
[android] workaround to fix invalid PCLCrypto assembly
2 parents dd9d3f7 + 224d04d commit f5b469b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
33
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4-
<OutputPath>$(MSBuildThisFileDirectory)../bin/$(MSBuildProjectName)/$(Configuration)/</OutputPath>
5-
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)../obj/$(MSBuildProjectName)/</BaseIntermediateOutputPath>
4+
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
5+
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
66

77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88

0 commit comments

Comments
 (0)