Skip to content

Commit

Permalink
Reference Cake.Frosting.AzureDevOps
Browse files Browse the repository at this point in the history
References Cake.Frosting.AzureDevOps instead of Cake.AzureDevOps to
take advantage of references (e.g. vulnerability scanning of transitive dependencies) in Visual Studio
  • Loading branch information
pascalberger committed Nov 22, 2024
1 parent 654b77f commit e0eabc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Cake.AzureDevOps" Version="5.0.0-beta0001" PrivateAssets="All" />
<PackageReference Include="Cake.Frosting.AzureDevOps" Version="5.0.0-beta0001" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e0eabc2

Please sign in to comment.