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 4744243 commit adf7f8d
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>5.0.0</Version>
<Version>5.1.0</Version>
<LangVersion>latest</LangVersion>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Obsolete.Fody/Obsolete.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 Obsolete/Obsolete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyPackaging" Version="6.0.0-beta.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.0.0-beta.1" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="6.0.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.0.0" PrivateAssets="none" />
<Compile Include="..\AttributeAssembly\*.cs" />
</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" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
Expand Down

0 comments on commit adf7f8d

Please sign in to comment.