Skip to content
Prev Previous commit
Next Next commit
Reset Microsoft.NETCore.Platforms
  • Loading branch information
carlossanlop committed May 16, 2023
commit ac4f00bb56570fb42c246252ef6107a69439ab5d
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
<ServicingVersion>10</ServicingVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down