Skip to content

Commit

Permalink
Revert marking as DevelopmentDependency
Browse files Browse the repository at this point in the history
Nuget generates incompatible PackageReference settings when this is set.
  • Loading branch information
tom-englert committed May 30, 2020
1 parent f52ee43 commit 409611c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="All" />
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion AutoProperties.Fody/AutoProperties.Fody.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.1.1" />
<PackageReference Include="FodyHelpers" Version="6.2.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions AutoProperties/AutoProperties.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FodyPackaging" Version="6.1.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="None" />
<PackageReference Include="FodyPackaging" Version="6.2.0" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="None" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>

Expand Down
1 change: 0 additions & 1 deletion Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<PackageId>$(MSBuildProjectName).Fody</PackageId>
<LangVersion>latest</LangVersion>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<DevelopmentDependency>true</DevelopmentDependency>
<Nullable>enable</Nullable>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Copyright>Copyright © tom-englert.de 2017-2020. Distributed under the MIT License.</Copyright>
<Product>AutoProperties.Fody</Product>
<Version>1.24.0</Version>
<Version>1.25.0</Version>
<Description>This add-in gives you extended control over auto-properties, like directly accessing the backing field or intercepting getters and setters.</Description>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion TestLibrary/TestLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fody" Version="6.1.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.2.0" PrivateAssets="All" />
<PackageReference Include="PropertyChanged.Fody" Version="3.2.8" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.0-beta-20204-02" PrivateAssets="All" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectReference Include="..\TestLibrary\TestLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FodyHelpers" Version="6.1.1" />
<PackageReference Include="FodyHelpers" Version="6.2.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" PrivateAssets="All" />
<PackageReference Include="TomsToolbox.Core" Version="1.0.75" />
Expand Down

0 comments on commit 409611c

Please sign in to comment.