MSBuildSdkExtras icon indicating copy to clipboard operation
MSBuildSdkExtras copied to clipboard

Extra properties for MSBuild SDK projects

Results 58 MSBuildSdkExtras issues
Sort by recently updated
recently updated
newest added

I am trying to build two dlls using the same TFM. I have multiple TFMs `Xamarin.iOS10;MonoAndroid10.0` and conditional compilations for the source files ``. However I want to be able...

Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) from 3.4.244 to 3.5.109. Release notes Sourced from Nerdbank.GitVersioning's releases. v3.5.108 Changes: #777: Bump Newtonsoft.Json from 9.0.1 to 13.0.1 in /src/NerdBank.GitVersioning This list of changes was auto generated....

dependencies

### Issue Description A Binding Project for iOS based on MSBuild.Sdk.Extras.3.0.44 with the TargetFrameworks Xamarin.iOS and net6.0-ios throws the following error under Visual Studio 2022 for Mac when building: "If...

Flag NETFX_CORE does not work with 3.0.44. It works with versions up to 3.0.38.

Microsoft.NETCore.UniversalWindowsPlatform 6.2.13

I got the following error while trying to build an F# application: ``` The imported project "/Users/nikolay/.nuget/packages/msbuild.sdk.extras/3.0.44/Build/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets" was not found. Confirm that the expression in the Import declaration "/Users/nikolay/.nuget/packages/msbuild.sdk.extras/3.0.44/Build/LanguageTargets/../targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets" is...

# Context For [LibVLCSharp](https://github.com/videolan/libvlcsharp), we need to support Xamarin.Forms projects and old .net versions as well as the new .net6.0 tfms # The issue A repro can be found here...

bug

## How Reproduce: 01. Create multi target C# Project like this ```xml netstandard2.1;xamarinmac20;xamarinios10;MonoAndroid11.0;MonoAndroid10.0 latest ``` 02. Try to add reference to netstandard through Visual Studio UI I have already posted...