Skip to content

Commit

Permalink
update to fody 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 1, 2018
1 parent 981717b commit e16d981
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3" />
<PackageReference Include="FodyHelpers" Version="3.2.6" />
</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.3" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.2.3" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.2.6" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.2.6" 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.1</Version>
<Version>2.1.2</Version>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="3.2.3" />
<PackageReference Include="FodyHelpers" Version="3.2.6" />
<PackageReference Include="ApprovalTests" Version="3.0.14" Condition="'$(TargetFramework)' == 'net46'" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
Expand Down

0 comments on commit e16d981

Please sign in to comment.