Skip to content

Commit

Permalink
fix PrivateAssets
Browse files Browse the repository at this point in the history
fixes #20
  • Loading branch information
SimonCropp committed Jan 11, 2018
1 parent 5c72ebb commit 63565f8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Obsolete\Obsolete.csproj" />
Expand Down
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 @@
<Project>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<PackageVersion>4.3.6</PackageVersion>
<PackageVersion>4.3.7</PackageVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion Obsolete.Fody/Obsolete.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.17" />
<PackageReference Include="FodyHelpers" Version="2.3.18" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Obsolete/Obsolete.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<PackageTags>Obsolete, ObsoleteAttribute, ILWeaving, Fody, Cecil</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Fody" Version="2.3.17" />
<PackageReference Include="FodyPackaging" Version="2.3.17" PrivateAssets="All" />
<PackageReference Include="Fody" Version="2.3.18" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="2.3.18" PrivateAssets="All" />
<Compile Include="..\AttributeAssembly\*.cs" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tests/Tests.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.17" />
<PackageReference Include="FodyHelpers" Version="2.3.18" />
<PackageReference Include="xunit" Version="2.3.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
<ProjectReference Include="..\Obsolete.Fody\Obsolete.Fody.csproj" />
Expand Down

0 comments on commit 63565f8

Please sign in to comment.