This repository has been archived by the owner. It is now read-only.
Unable to publish when using Microsoft.NET.Sdk.Razor #1076
Closed
Comments
@rynowak, @NTaylorMullen, related to class library support for Razor? Adding @vijayrkn as well since this impacts publishing. |
/cc @pranavkm |
Fixed by upgrading to .NET Core SDK 2.1.301. v2.1.300 had some buggy targets |
Likely a dup of this - aspnet/Razor#2363. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After I upgraded my solution from asp.net core 2.0 to 2.1, I'm not able to publish my web app from Visual Studio, although it can build.
During the upgrade I've changed SDK in one of my class libraries to Microsoft.NET.Sdk.Razor, but now I'm getting a lot of errors and if project references were not recognized in this library when publishing.
Also, see https://stackoverflow.com/questions/50926116/publish-failed-when-using-microsoft-net-sdk-razor-if-reference-was-not-recognize for more details
The text was updated successfully, but these errors were encountered: