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
Using GITVersion on a WindowsDesktop project file causes the following to be displayed:
WARN [07/29/20 10:29:33:69] Specified project file Sdk (Microsoft.NET.Sdk.WindowsDesktop) is not supported, please ensure the project sdk is of the following: Microsoft.NET.Sdk|Microsoft.NET.Sdk.Web.
Using GITVersion on a WindowsDesktop project file causes the following to be displayed:
WARN [07/29/20 10:29:33:69] Specified project file Sdk (Microsoft.NET.Sdk.WindowsDesktop) is not supported, please ensure the project sdk is of the following: Microsoft.NET.Sdk|Microsoft.NET.Sdk.Web.
An example WindowsDesktop project file:
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <PropertyGroup> <TargetFramework>net461</TargetFramework> <UseWPF>true</UseWPF> </PropertyGroup> </Project>
The text was updated successfully, but these errors were encountered: