CZEMacLeod / MSBuild.SDK.SystemWeb

This MSBuild SDK is designed to allow for the easy creation and use of SDK (shortform) projects targeting ASP.NET 4.x using System.Web.
MIT License
151 stars 8 forks source link

Use MSBuild.Microsoft.VisualStudio.Web.targets nuget instead of direct reference from Visual Studio installation #29

Closed gickis closed 2 years ago

gickis commented 2 years ago

I think would be better to migrate reference of Microsoft.WebApplication.targets from installed Visual Studio to nuget package. In this case developers will be able to build their applications in Linux environments (for instance on linux build agents)

slang25 commented 2 years ago

There isn't an official nuget distribution though right?

gickis commented 2 years ago

You are right. My bad. I guess we can close this issue right now. Thanks for pointing me to "not official nuget package"

CZEMacLeod commented 2 years ago

@slang25 Thanks for pointing this out - I did actually look to see if there was an official package for this when I was building the SDK but couldn't find one. It would be nice if there were as it would mean that you could lock the version instead of relying on whichever version was installed (or not installed) on your build server.