Skip to content

Commit

Permalink
Workaround fix for dotnet bundle
Browse files Browse the repository at this point in the history
Allow framework version roll-forward
  • Loading branch information
mormegil-cz committed Jan 23, 2024
1 parent e904431 commit f700d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KdyPojedeVlak.Web/KdyPojedeVlak.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</ItemGroup>
<Target Name="PrepublishScript" BeforeTargets="PrepareForPublish">
<Exec Command="libman restore" />
<Exec Command="dotnet bundle" />
<Exec Command="dotnet bundle" EnvironmentVariables="DOTNET_ROLL_FORWARD=Major" />
</Target>
<ItemGroup>
<DotNetCliToolReference Include="BundlerMinifier.Core" Version="3.2.449" />
Expand Down

0 comments on commit f700d45

Please sign in to comment.