Skip to content

Commit

Permalink
Don't build hosting extensions as out-of-band version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasMulli committed Mar 26, 2018
1 parent e37da92 commit bcaf277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
It should be false for every other case.
Change if needed between releases
-->
<BuildAspNetExtensionsOutOfBand>true</BuildAspNetExtensionsOutOfBand>
<AspNetExtensionsServiceUtilsReferenceVersion>1.1.0</AspNetExtensionsServiceUtilsReferenceVersion>
<BuildAspNetExtensionsOutOfBand>false</BuildAspNetExtensionsOutOfBand>
<AspNetExtensionsServiceUtilsReferenceVersion>1.2.0</AspNetExtensionsServiceUtilsReferenceVersion>
</PropertyGroup>

<!-- NuGet related properties -->
Expand Down

0 comments on commit bcaf277

Please sign in to comment.