Skip to content

Commit

Permalink
Use a hard-coded PackageId for Extensions.Default.Analyzers
Browse files Browse the repository at this point in the history
Don't use $(MSBuildProjectFullPath)* because it includes the full path
and breaks NuGet caching logic on non-Windows platforms.
  • Loading branch information
jstedfast committed Feb 6, 2023
1 parent 6304b1d commit a8a100a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<IsPackable>false</IsPackable>
<!-- Avoid ID conflicts with the package project. -->
<PackageId>*$(MSBuildProjectFullPath)*</PackageId>
<PackageId>Real.Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers</PackageId>
</PropertyGroup>
<ItemGroup>
<None Remove="DefaultApiAlerts.apitargets" />
Expand Down

0 comments on commit a8a100a

Please sign in to comment.