Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pmisik/msbuild

Tags

v15.7.179

Toggle v15.7.179's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rainersigwald Rainer Sigwald
MSBuild 15.7.179.6572

This version of MSBuild shipped with Visual Studio 2017 version 15.7.2
and the .NET Core SDK 2.1.300.

v15.7.177

Toggle v15.7.177's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rainersigwald Rainer Sigwald
MSBuild 15.7.177

This version of MSBuild shipped in Visual Studio 2017 version 15.7.0.

v15.6.82.30579

Toggle v15.6.82.30579's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
rainersigwald Rainer Sigwald
MSBuild 15.6.82

This version of MSBuild shipped with Visual Studio 2017 version
15.6 and the .NET Core SDK 2.1.100.

v15.5.180.51428

Toggle v15.5.180.51428's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add collect referenced nuget packages target (dotnet#2764) (dotnet#2773)

Adding CollectReferencedNuGetPackages so consumers that partially import VS targets are not broken.

v15.5.160.37545-preview

Toggle v15.5.160.37545-preview's commit message
Add support for .NET SDK 4.7.1 (dotnet#2637)

v15.4.8.50001

Toggle v15.4.8.50001's commit message
Add final ReferenceItem item sets as an output to ResolveReferences (d…

…otnet#2542)

v15.3.409.57025

Toggle v15.3.409.57025's commit message
Version Bump (dotnet#2334)

To unblock our internal build.

v15.3.407.29267

Toggle v15.3.407.29267's commit message
Implicit facades for netstandard 1.x references (dotnet#2304)

Add target framework metadata to TargetPathWithTargetPlatformMoniker and check it in ImplicitlyExpandDesignTimeFacades

Fixes dotnet/sdk#1393

v15.3.402.46929

Toggle v15.3.402.46929's commit message
Perf improvements (dotnet#2246)

* Cache search paths directory checks in the Evaluator

* Add more lazy Traits
- fixes dotnet#2247

v15.3.388.41745

Toggle v15.3.388.41745's commit message
Revert RAR AssemblyInformation caching (dotnet#2215)

In .NET Core, it's safe to use an AssemblyInformation object without
disposing it, but that's not true in full framework because of the use
of COM objects to extract information from the assembly. Backing out the
cache until we can test a fix that correctly disposes the objects
(including for RAR failures and exceptions).

This reverts commit be56bc3.

This reverts commit 55f846e.