Skip to content

Commit

Permalink
Backend: adjust legacy obj path (#218)
Browse files Browse the repository at this point in the history
Using the same folder for two projects (e.g.
GWallet.Backend.fsproj and GWallet.Backend-legacy.fsproj) that
use different frameworks (e.g. NetStandard2.0 one and .NET4.x
one), causes problems due to incompatible caches in obj folder,
so by adjusting the cache obj folder for the legacy version we
workaround this problem.
  • Loading branch information
aarani authored Aug 8, 2023
1 parent 4cf65a7 commit 6b3c64e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GWallet.Backend/GWallet.Backend-legacy.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
/warnon:3218
/warnon:0193
</OtherFlags>
<BaseIntermediateOutputPath>obj\legacy\</BaseIntermediateOutputPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 6b3c64e

Please sign in to comment.