Skip to content

Commit

Permalink
Remove GeneratePackageOnBuild as it will
Browse files Browse the repository at this point in the history
Remove GeneratePackageOnBuild as it will break `dotnet pack`
dotnet/sdk#12160
  • Loading branch information
TheBlubb14 committed Nov 19, 2024
1 parent 504756a commit 17b803b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<TargetFrameworks>netstandard2.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageRequireLicenseAcceptance>False</PackageRequireLicenseAcceptance>
<PackageId>Microsoft.Extensions.Logging.Log4Net.AspNetCore</PackageId>
<Authors>Huor Swords</Authors>
Expand Down

0 comments on commit 17b803b

Please sign in to comment.