Is there a way to detect the current SDK being used in a .targets MSBuild file?
In .NET, you can specify which .NET project SDK you would like to use by specifying the Sdk
attribute on the top-level Project
element:
Is there a way to detect the current SDK being used in a .targets MSBuild file?
In .NET, you can specify which .NET project SDK you would like to use by specifying the Sdk
attribute on the top-level Project
element:
Is there a way to detect the current SDK being used in a .targets MSBuild file?
In .NET, you can specify which .NET project SDK you would like to use by specifying the Sdk
attribute on the top-level Project
element: