File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/AutoMapper.Collection.EntityFramework Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414 runs-on : windows-2022
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 fetch-depth : 0
2020 - name : Build and Test
2727 run : ./Push.ps1
2828 shell : pwsh
2929 - name : Artifacts
30- uses : actions/upload-artifact@v2
30+ uses : actions/upload-artifact@v4
3131 with :
3232 name : artifacts
33- path : artifacts/**/*
33+ path : artifacts/**/*
Original file line number Diff line number Diff line change 1111 runs-on : windows-2022
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v2
14+ uses : actions/checkout@v4
1515 with :
1616 fetch-depth : 0
1717 - name : Build and Test
3030 run : ./Push.ps1
3131 shell : pwsh
3232 - name : Artifacts
33- uses : actions/upload-artifact@v2
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : artifacts
36- path : artifacts/**/*
36+ path : artifacts/**/*
Original file line number Diff line number Diff line change 1818 <EmbedUntrackedSources >true</EmbedUntrackedSources >
1919 <Deterministic >true</Deterministic >
2020 </PropertyGroup >
21-
21+
2222 <ItemGroup >
2323 <None Include =" ..\..\icon.png" Pack =" true" PackagePath =" " />
2424 </ItemGroup >
25-
25+
2626 <ItemGroup >
2727 <ProjectReference Include =" ..\AutoMapper.Collection\AutoMapper.Collection.csproj" />
2828 </ItemGroup >
29-
29+
3030 <ItemGroup >
31- <PackageReference Include =" AutoMapper.Extensions.ExpressionMapping" Version =" 1 .0.0" />
31+ <PackageReference Include =" AutoMapper.Extensions.ExpressionMapping" Version =" 8 .0.0" />
3232 <PackageReference Include =" EntityFramework" Version =" 6.3.0" />
3333 <PackageReference Include =" MinVer" Version =" 2.3.1" >
3434 <PrivateAssets >all</PrivateAssets >
You can’t perform that action at this time.
0 commit comments