Skip to content

Commit

Permalink
Merge pull request #69 from dasMulli/feature/move-hosting-extensions-…
Browse files Browse the repository at this point in the history
…in-band

Don't build hosting extensions as out-of-band version.
  • Loading branch information
dasMulli authored Mar 26, 2018
2 parents e37da92 + bcaf277 commit 9c1f4c0
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 9c1f4c0

Please sign in to comment.