Skip to content

Commit

Permalink
Move Fody package ref to PrivateAssets None
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jan 12, 2018
1 parent 54a855f commit 0a9781e
Show file tree
Hide file tree
Showing 5 changed files with 7 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="..\ExtraConstraints\ExtraConstraints.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<PackageVersion>1.12.1</PackageVersion>
<PackageVersion>1.12.2</PackageVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion ExtraConstraints.Fody/ExtraConstraints.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="2.3.17" />
<PackageReference Include="FodyHelpers" Version="2.3.18" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions ExtraConstraints/ExtraConstraints.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description>Extra type constraints for Enum and Delegate.</Description>
</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" />
</ItemGroup>
</Project>
3 changes: 2 additions & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<PropertyGroup>
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<DisableFody>true</DisableFody>
</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="..\ExtraConstraints.Fody\ExtraConstraints.Fody.csproj" />
Expand Down

0 comments on commit 0a9781e

Please sign in to comment.