MSBuildSdks
MSBuildSdks copied to clipboard
MSBuild project SDKs
Bumps [Microsoft.Build.NoTargets](https://github.com/Microsoft/MSBuildSdks) from 3.3.0 to 3.5.6. Release notes Sourced from Microsoft.Build.NoTargets's releases. Microsoft.Build.NoTargets.3.5.6 What's Changed Disable reference to mscorlib by @jeffkl in microsoft/MSBuildSdks#367 Full Changelog: https://github.com/microsoft/MSBuildSdks/compare/Microsoft.Build.NoTargets.3.5.0...Microsoft.Build.NoTargets.3.5.6 Microsoft.Build.NoTargets.3.5.0 What's Changed Fix...
The number of entries in `Packages.props` keeps growing. Can we have a way (ideally a build breaking message) that some entries are extraneous and not used elsewhere in the repo?
With Central Package Versions, you can have a Packages.props that does this: ``` ``` Update "items" seem to be executed sequentially, so the second "Foo" line will take effect and...
Why does `NoTargets` keep any of the implicit includes of the `Sdk`? I can see that in #114 resource compilation was disabled. Yet, the other defaults are left enabled. My...
I am building quite a few projects, some of them are dependent on other projects. Because it is a mix of managed and native projects, i cannot always use project...
I'm trying to use `NoTargets` to build a custom assembly with [ikvm](https://github.com/ikvm-revived/ikvm). I got the builds working, but the assemblies are not passed to referenced test project nor packaged to...
The NoTargets SDK seems to require `TargetFramework`. Without it I get: > MSB4044 The "ResolvePackageAssets" task was not given a value for the required parameter "TargetFramework". Can that requirement be...
## Minimal, Reproducible Example Source: https://github.com/bash/MSBuildNoTargetsIssueRepro Failing Travis build: https://travis-ci.com/github/bash/MSBuildNoTargetsIssueRepro/builds/152979950 Error Message: > /usr/share/dotnet/sdk/3.1.102/Microsoft.Common.CurrentVersion.targets(1175,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, install the Developer...
After updating .NET SDK used in global.json from 5 to 6 all the projects started reporting the following warning. C:\Program Files\dotnet\sdk\6.0.200\Sdks\Microsoft.NET.Sdk\Sdk\Sdk.props(40,3): warning MSB4011: "C:\Program Files\dotnet\sdk\6.0.200\Current\Microsoft.Common.props" cannot be imported again. It...
When there is an XML formatting issue in Packages.props the error message provided from CentralPackageVersions is a generic "The package reference '{PackageName}' must have a version defined in '{dir}\Packages.props' which...