Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 1, 2020
1 parent aea67e0 commit 423bf00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Costura.Fody.Tests/Costura.Fody.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

<ItemGroup>
<PackageReference Include="ApprovalTests" Version="5.2.5" />
<PackageReference Include="FodyHelpers" Version="6.1.2" />
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="None" />
<PackageReference Include="FodyHelpers" Version="6.2.0" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="none" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="Moq" Version="4.14.1" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Fody/Costura.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.1.2" />
<PackageReference Include="FodyHelpers" Version="6.2.0" />
<PackageReference Update="NETStandard.Library" Version="2.0.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Costura.Template/Costura.Template.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="none" />
</ItemGroup>

<Import Project="$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props" Condition="Exists('$(MSBuildProjectDirectory)\..\Directory.build.shared.explicit.props')" />
Expand Down
2 changes: 1 addition & 1 deletion src/Costura/Costura.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.1.2" PrivateAssets="None" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="none" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 423bf00

Please sign in to comment.