Skip to content

Commit

Permalink
update fody
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 8, 2018
1 parent 3631992 commit fbd6865
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ConfigureAwait.Fody/ConfigureAwait.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="3.2.6" />
<PackageReference Include="FodyHelpers" Version="3.2.9" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions ConfigureAwait/ConfigureAwait.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Authors>Cameron MacFarland, Simon Cropp</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="3.2.6" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.2.6" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.2.9" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.2.9" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Version>2.1.3</Version>
<Version>2.1.4</Version>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="3.2.6" />
<PackageReference Include="ApprovalTests" Version="3.0.14" Condition="'$(TargetFramework)' == 'net46'" />
<PackageReference Include="FodyHelpers" Version="3.2.9" />
<PackageReference Include="ApprovalTests" Version="3.0.18" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<ProjectReference Include="..\ConfigureAwait.Fody\ConfigureAwait.Fody.csproj" />
Expand Down

0 comments on commit fbd6865

Please sign in to comment.