You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
I'm picking up your library for modularization of my ASP.NET Core solution (running on 4.5.2 Full Framework in VS 2017). Initially I had some problems.
Dependency to Microsoft.Web.Xdt 2.1.0 raised an SecurityException because of problems with strong name. Instead reference to current version Microsoft.Web.Xdt 2.1.1 will work.
Instead of OneClickBuild I'm using (Post-)Targets in csproj for packing with "dotnet pack" and copy to local feed directory.
Now I'm able to use your lib in my proof of concept. Next step is to test it with ASP.NET Core stuff like Views, Routing, wwwroot.
Have you plans for adding support of nuget 4.x in .csproj declarations too? This will avoid some limitations like declaring dependencies in packages.config twice for skipping dependencies.
Regards Thomas
The text was updated successfully, but these errors were encountered:
Hey,
I'm picking up your library for modularization of my ASP.NET Core solution (running on 4.5.2 Full Framework in VS 2017). Initially I had some problems.
Now I'm able to use your lib in my proof of concept. Next step is to test it with ASP.NET Core stuff like Views, Routing, wwwroot.
Have you plans for adding support of nuget 4.x in .csproj declarations too? This will avoid some limitations like declaring dependencies in packages.config twice for skipping dependencies.
Regards Thomas
The text was updated successfully, but these errors were encountered: