statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.65k stars 235 forks source link

Close <ItemGroup> tag in Statiq.Web.props #909

Closed drmathias closed 4 years ago

drmathias commented 4 years ago

Seems to be causing the following error when building:

error MSB4024: The imported project file "C:\Users\a.nuget\packages\statiq.web\1.0.0-alpha.17\build\netcoreapp3.1\Statiq.Web.props" could not be loaded. The 'ItemGroup' start tag on line 2 position 4 does not match the end tag of 'Project'. Line 17, position 3.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

daveaglick commented 4 years ago

Oh crap! Don’t know how I missed that (and not exactly easy to unit test). Thanks for the catch! I’ll unlist the package and publish an update later tonight.

daveaglick commented 4 years ago

Just published alpha.19 which resolves this problem and also makes sure the props flow transitively (there’s one in Statiq.App that should flow down). Thanks again for the catch!