Skip to content

Commit

Permalink
Include Microsoft.NETCore.App.Ref pack as part of 6.0.2 release (#62859)
Browse files Browse the repository at this point in the history
* Include Microsoft.NETCore.App.Ref pack as part of 6.0.2 release

* Update eng/Versions.props
  • Loading branch information
safern committed Dec 16, 2021
1 parent e42d12f commit c89dd63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
manually enabled by updating the metadata.
-->
<ItemGroup>
<!-- Targeting packs are only patched in extreme cases. -->
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="1" />
<!-- Targeting packs are only patched when we need to patch reference assemblies, intellisense, or source generators. -->
<ProjectServicingConfiguration Include="Microsoft.NETCore.App.Ref" PatchVersion="2" />
</ItemGroup>
<PropertyGroup>
<!-- For source generator support we need to target multiple versions of Rolsyn in order to be able to run on older versions of Roslyn -->
Expand Down

0 comments on commit c89dd63

Please sign in to comment.