Skip to content

Commit

Permalink
update to Fody 6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 21, 2019
1 parent 17888f4 commit 43958cf
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 @@ -3,6 +3,6 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<Version>3.0.2</Version>
<Version>3.1.0</Version>
</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="6.0.0-beta.1" />
<PackageReference Include="FodyHelpers" Version="6.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 @@ -14,7 +14,7 @@
<PackageTags>Equals, GetHashCode, ILWeaving, Fody, Cecil</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.0.0-beta.1" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="6.0.0-beta.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.0.0" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.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 @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="6.0.0-beta.1" />
<PackageReference Include="FodyHelpers" Version="6.0.0" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="XunitLogger" Version="2.5.0" />
<ProjectReference Include="..\BadCaseAssembliesToProcess\ClassWithOperatorsOptOutButWeavingInstruction\ClassWithOperatorsOptOutButWeavingInstruction.csproj" />
Expand Down

0 comments on commit 43958cf

Please sign in to comment.