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 7c35329 commit 583f18f
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>1.10.5</Version>
<Version>1.11.0</Version>
</PropertyGroup>
</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" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
Expand Down
2 changes: 1 addition & 1 deletion ToString.Fody/ToString.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<Authors>Simon Cropp</Authors>
</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 ToString/ToString.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</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>

0 comments on commit 583f18f

Please sign in to comment.