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 fa7a6c6 commit 7a95336
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<Version>2.0.0</Version>
<Version>2.1.0</Version>
<NoWarn>NU5118</NoWarn>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion NetFrameworkSmokeTest/NetFrameworkSmokeTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<WeaverFiles Include="$(SolutionDir)NullGuard.Fody\bin\$(Configuration)\netstandard2.0\NullGuard.Fody.dll" />
<PackageReference Include="Fody" Version="6.0.0-beta.1" />
<PackageReference Include="Fody" Version="6.0.0" />
<ProjectReference Include="..\NullGuard\NullGuard.csproj" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NullGuard.Fody/NullGuard.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.0.0-beta.1" />
<PackageReference Include="FodyHelpers" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\NullGuard\ValidationFlags.cs">
Expand Down
4 changes: 2 additions & 2 deletions NullGuard/NullGuard.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>
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 @@
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<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="ApprovalTests" Version="4.2.0" />
<PackageReference Include="ObjectApproval" Version="11.0.0" />
Expand Down
2 changes: 1 addition & 1 deletion TestsCommon/TestsCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<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 TestsExplicit/TestsExplicit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="ApprovalTests" Version="4.2.0" />
<PackageReference Include="ObjectApproval" Version="11.0.0" />
<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 7a95336

Please sign in to comment.