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
Describe the bug
Razor class libraries are not detected as having a valid project SDK (it's Microsoft.NET.Sdk.Razor)
Expected Behavior
Razor class libraries should be a valid SDK type.
Actual Behavior
GitVersion isn't updating a CSPROJ file that is a Razor Class Library. The log contains this:
Specified project file Sdk (Microsoft.NET.Sdk.Razor) is not supported, please ensure the project sdk is of the following: Microsoft.NET.Sdk|Microsoft.NET.Sdk.Web|Microsoft.NET.Sdk.WindowsDesktop.
Possible Fix
Add Microsoft.NET.Sdk.Razor to the list of valid SDKs.
Steps to Reproduce
Create a new Razor Class Library.
Run GitVersion.
Nothing happens.
Context
Can't use GitVersion.
Your Environment
Windows
The text was updated successfully, but these errors were encountered:
Describe the bug
Razor class libraries are not detected as having a valid project SDK (it's Microsoft.NET.Sdk.Razor)
Expected Behavior
Razor class libraries should be a valid SDK type.
Actual Behavior
GitVersion isn't updating a CSPROJ file that is a Razor Class Library. The log contains this:
Possible Fix
Add Microsoft.NET.Sdk.Razor to the list of valid SDKs.
Steps to Reproduce
Create a new Razor Class Library.
Run GitVersion.
Nothing happens.
Context
Can't use GitVersion.
Your Environment
Windows
The text was updated successfully, but these errors were encountered: