Skip to content

Commit

Permalink
fix(templates): resolve sentry package reference issue in Boilerplate #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrus-Sushiant authored Dec 18, 2024
1 parent 75a5ee0 commit 4a4e032
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<PackageReference Condition=" '$(offlineDb)' == 'true' OR '$(offlineDb)' == ''" Include="Microsoft.EntityFrameworkCore.Design" PrivateAssets="all" />
<PackageReference Condition=" '$(appInsights)' == 'true' OR '$(appInsights)' == '' " Include="Microsoft.ApplicationInsights.AspNetCore" />
<PackageReference Include="Swashbuckle.AspNetCore" />
<PackageReference Condition=" '$(sentry)' == 'true' OR '$(sentry)' == '' " Include="Sentry.AspNetCore" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4a4e032

Please sign in to comment.