MSBuildSdks
MSBuildSdks copied to clipboard
MSBuild project SDKs
I would like to know how to install this nuget. I found somewhere I need to put it to `Directory.Build.targets` as SDK reference ``` ``` But I found on other...
We need to downgrade to insecure 8.0.4 to avoid breaking use of the SDK packages in downlevel Visual Studio versions. This item tracks upgrading to something newer once we have...
Performed the following updates: - Updated AssemblyShader from 1.0.3-preview to 1.1.3 in /Directory.Build.props, /Directory.Build.targets, /Directory.Packages.props, /src/Artifacts.UnitTests/Microsoft.Build.Artifacts.UnitTests.csproj - Updated Microsoft.Build from 17.11.4 to 17.11.31 in /Directory.Build.props, /Directory.Build.targets, /Directory.Packages.props, /src/Cargo/Microsoft.Build.Cargo.csproj - Updated...
The name of the package suggests VSTest, while this ask is about not using VSTest but [Microsoft.Testing.Platform](https://aka.ms/mstest/runner).
cache vs cahce
NoTargets projects stopped appearing when using SlnGen. My team in Azure Storage is unable to build our repo in Visual Studio. Reverting to an older SDK has worked as a...
This PR updates the NuGet package icon to the same as https://github.com/dotnet/msbuild/blob/main/branding/MSBuild-NuGet-Icon.png, last updated in dotnet/msbuild#11020.
DisableImplicitFrameworkReferences prevents the SDK from trying to load any .NET Runtimes, Targeting Packs, or similar for a given project. Since NoTargets isn't intended to create any binary, runnable, dll assets...