Skip to content

Support WindowsDesktop project files. #2369

@olivegamestudio

Description

@olivegamestudio

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions