Skip to content

Commit 98e120a

Browse files
committed
Update fody
1 parent d6d09dc commit 98e120a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<LangVersion>latest</LangVersion>
4-
<Version>1.0.3</Version>
4+
<Version>1.0.4</Version>
55
<NoWarn>$(NoWarn);CS1591</NoWarn>
66
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
77
<Authors>EasyAbp Team</Authors>
@@ -18,8 +18,8 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" />
22-
<PackageReference Include="Fody" Version="6.2.0">
21+
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.2" PrivateAssets="All" />
22+
<PackageReference Include="Fody" Version="6.8.0">
2323
<PrivateAssets>all</PrivateAssets>
2424
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2525
</PackageReference>

0 commit comments

Comments
 (0)