novotnyllc / MSBuildSdkExtras

Extra properties for MSBuild SDK projects
MIT License
347 stars 42 forks source link

Getting empty $(_NETCoreSdkVersion) errors #98

Closed glennawatson closed 6 years ago

glennawatson commented 6 years ago

Since Geoff upgraded via the directory.build.props file RxUI to MsBuild.Sdk.Extras to 1.6.41 we are getting the following error:

\msbuild.sdk.extras\1.6.41\Build\Workarounds.targets(114,18): error MSB4086: A numeric
 comparison was attempted on "$(_NETCoreSdkVersion)" that evaluates to "" instead of a number, in condition "'$(_NETCor
eSdkVersion)' < '2.0'". [C:\OpenSource\ReactiveUI\src\EventBuilder\EventBuilder.csproj]

Any ideas what could be causing this one?

clairernovotny commented 6 years ago

Should be fixed now in the next ver