Skip to content

Commit

Permalink
update to fody 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 24, 2018
1 parent 5c1d836 commit a89fde9
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.0.0" />
<PackageReference Include="FodyHelpers" Version="3.1.2" />
</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.0.0" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.1.2" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.1.2" 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.0</Version>
<Version>2.1.1</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>
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.0.0" />
<PackageReference Include="FodyHelpers" Version="3.1.2" />
<PackageReference Include="ApprovalTests" Version="3.0.14" Condition="'$(TargetFramework)' == 'net46'" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
Expand Down

0 comments on commit a89fde9

Please sign in to comment.