Skip to content

Commit 86b25c6

Browse files
Fix Microsoft.NETCore.Platforms builds on Unix (#57757)
The casing of the SDK imported via the Sdk attribute was wrong which lead to: Microsoft.NETCore.Platforms.csproj : error MSB4236: The SDK 'Microsoft.NET.SDK' specified could not be found. Co-authored-by: Viktor Hofer <viktor.hofer@microsoft.com>
1 parent b24f1aa commit 86b25c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.SDK">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>$(NetCoreAppToolCurrent);net472</TargetFrameworks>
44
<!-- This project should not build against the live built .NETCoreApp targeting pack as it contributes to the build itself. -->

0 commit comments

Comments
 (0)