Skip to content

Commit

Permalink
update fody
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 7, 2018
1 parent 463cff6 commit 7eb758e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 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>1.8.2</Version>
<Version>1.8.3</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 @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="3.2.0">
<PackageReference Include="Fody" Version="3.2.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down
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 @@
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="3.2.0" />
<PackageReference Include="FodyHelpers" Version="3.2.1" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\NullGuard\ValidationFlags.cs">
Expand Down
6 changes: 2 additions & 4 deletions NullGuard/NullGuard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="3.2.0" PrivateAssets="all">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="FodyPackaging" Version="3.2.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.2.1" />
<PackageReference Include="FodyPackaging" Version="3.2.1" 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 @@ -11,7 +11,7 @@
<PackageReference Include="ApprovalTests" Version="3.*" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="ApprovalUtilities" Version="3.*" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="ObjectApproval" Version="2.2.0" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="FodyHelpers" Version="3.2.0" />
<PackageReference Include="FodyHelpers" Version="3.2.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<Reference Include="Microsoft.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion TestsCommon/TestsCommon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="3.2.0" />
<PackageReference Include="FodyHelpers" Version="3.2.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<Reference Include="Microsoft.CSharp" />
Expand Down
2 changes: 1 addition & 1 deletion TestsExplicit/TestsExplicit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="ApprovalTests" Version="3.*" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="ApprovalUtilities" Version="3.*" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="ObjectApproval" Version="2.1.0" Condition="$(TargetFramework) == 'NET472'" />
<PackageReference Include="FodyHelpers" Version="3.2.0" />
<PackageReference Include="FodyHelpers" Version="3.2.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<Reference Include="Microsoft.CSharp" />
Expand Down

0 comments on commit 7eb758e

Please sign in to comment.