Skip to content

Commit c7d11c4

Browse files
lbargaoanuahmed-abdelrazek
authored andcommitted
Restore whitespaces as they were
Update ExpressionMapping to latest version 8 upgrade actions upgrade actions
1 parent ca3864d commit c7d11c4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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
@@ -27,7 +27,7 @@ jobs:
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/**/*

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -30,7 +30,7 @@ jobs:
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/**/*

src/AutoMapper.Collection.EntityFramework/AutoMapper.Collection.EntityFramework.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
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>

0 commit comments

Comments
 (0)