Skip to content

Commit

Permalink
update fody
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Oct 27, 2019
1 parent fdc944b commit 7b1fb73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Costura.Fody/Costura.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.0.0" />
<PackageReference Include="FodyHelpers" Version="6.0.2" />

<EmbeddedResource Include="$(SolutionDir)Costura.Template\bin\$(ConfigurationName)\netstandard2.0\Costura.Template.dll">
<Link>bin\Template.dll</Link>
Expand Down
4 changes: 2 additions & 2 deletions Costura/Costura.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" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.0.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.0.2" PrivateAssets="none" />
<PackageReference Include="FodyPackaging" Version="6.0.2" PrivateAssets="All" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion IntegrationTests/IntegrationTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<DefineConstants>$(DefineConstants);NO_XUNIT</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="6.0.0" />
<PackageReference Include="Fody" Version="6.0.2" PrivateAssets="All"/>
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
<PackageReference Include="System.Windows.Interactivity.WPF" Version="2.0.20525" />
<PackageReference Include="TomsToolbox.Wpf" Version="1.0.75" />
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Compile Remove="MixedAndNativeTests.cs" Condition="$(Configuration)=='Release'" />

<PackageReference Include="ApprovalTests" Version="4.2.0" />
<PackageReference Include="FodyHelpers" Version="6.0.0" />
<PackageReference Include="FodyHelpers" Version="6.0.2" />
<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 7b1fb73

Please sign in to comment.