Skip to content

Commit

Permalink
update to fody 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 31, 2018
1 parent c3eddee commit a7c0d9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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>1.8.3</Version>
<Version>1.9.0</Version>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Equals.Fody/Equals.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="2.3.25" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Equals/Equals.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="2.3.25" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="2.3.25" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.0.0" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="2.3.25" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<ProjectReference Include="..\Equals.Fody\Equals.Fody.csproj" />
Expand Down

0 comments on commit a7c0d9e

Please sign in to comment.