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 99a01b5 commit 9d9e139
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Costura.Fody/Costura.Fody.csproj
Expand Up @@ -4,7 +4,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>
<EmbeddedResource Include="$(SolutionDir)Costura.Template\bin\$(ConfigurationName)\netstandard2.0\Costura.Template.dll">
Expand Down
4 changes: 2 additions & 2 deletions Costura/Costura.csproj
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 Directory.Build.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>4.0.0</Version>
<Version>4.1.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 9d9e139

Please sign in to comment.