Skip to content

Commit

Permalink
Attempting fix for NuGet restore error.
Browse files Browse the repository at this point in the history
  • Loading branch information
garypretty committed Feb 9, 2020
1 parent 8cffd52 commit 895d2b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Configurations>Debug;Release;</Configurations>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>

Expand Down

0 comments on commit 895d2b2

Please sign in to comment.