File tree 2 files changed +2
-2
lines changed
generators/dotnetcore/templates/dotnetcore/src
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
- name : ' VERIFY FORMAT'
118
118
run : ../jhipster-dotnetcore/test-integration/scripts/09-verify-format.sh $JHI_APP
119
119
- name : ' E2E: Store failure screenshots'
120
- uses : actions/upload-artifact@v3
120
+ uses : actions/upload-artifact@v4
121
121
if : always() && steps.e2e.outcome == 'failure'
122
122
with :
123
123
name : screenshots-${{ matrix.app-type }}
Original file line number Diff line number Diff line change 27
27
28
28
<PackageReference Include =" JHipsterNet.Core" />
29
29
<PackageReference Include =" JHipsterNet.Web" />
30
- <PackageReference Include =" AutoMapper.Extensions.Microsoft.DependencyInjection " />
30
+ <PackageReference Include =" AutoMapper" />
31
31
<PackageReference Include =" MediatR" />
32
32
<PackageReference Include =" MediatR.Extensions.Microsoft.DependencyInjection" />
33
33
<PackageReference Include =" Microsoft.AspNetCore.SpaServices.Extensions" />
You can’t perform that action at this time.
0 commit comments