Skip to content

Commit

Permalink
update to fody 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 31, 2018
1 parent e0d6213 commit 1889477
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
<Version>1.9.3</Version>
<Version>1.10.0</Version>
</PropertyGroup>
</Project>
5 changes: 4 additions & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="2.3.25" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<ProjectReference Include="..\ToString.Fody\ToString.Fody.csproj" />
<ProjectReference Include="..\ToString\ToString.csproj" />
<ProjectReference Include="..\AssemblyToProcess\AssemblyToProcess.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion ToString.Fody/ToString.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<PackageReference Include="FodyHelpers" Version="2.3.25" />
<PackageReference Include="FodyHelpers" Version="3.0.0" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions ToString/ToString.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageTags>ToString, Formatting, ILWeaving, Fody, Cecil</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="2.3.25" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="2.3.25" PrivateAssets="All" />
<PackageReference Include="Fody" Version="3.0.0" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="3.0.0" PrivateAssets="All" />
</ItemGroup>
</Project>

0 comments on commit 1889477

Please sign in to comment.