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 31, 2020
1 parent 04d6710 commit cb7d0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>$(MSBuildProjectName).Fody</PackageId>
<LangVersion>latest</LangVersion>
<PackageOutputPath>$(SolutionDir)nugets</PackageOutputPath>
<DevelopmentDependency>true</DevelopmentDependency>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
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>JetBrainsAnnotations.Fody</Product>
<Version>2.15</Version>
<Version>2.16.0</Version>
<PackageTags>R#, ReSharper, JetBrains Annotations, ILWeaving, Fody, Cecil, AOP</PackageTags>
<Description>Converts all JetBrains ReSharper code annotations attributes to External Annotations, so you can provide R# annotations to 3rd parties but don't need to deploy JetBrainsAnnotations.dll.</Description>
</PropertyGroup>
Expand Down

0 comments on commit cb7d0ac

Please sign in to comment.