Skip to content

Commit bc82369

Browse files
committed
fix: cannot mark the nuget as DevelopmentDependency since code needs to include the attributes assembly
1 parent 6d40b25 commit bc82369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Catglobe.ResXFileCodeGenerator/Catglobe.ResXFileCodeGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryType>git</RepositoryType>
1717
<PackageId>Catglobe.ResXFileCodeGenerator</PackageId>
1818
<NoWarn>$(NoWarn);NU5128</NoWarn>
19-
<DevelopmentDependency>true</DevelopmentDependency>
19+
<!--<DevelopmentDependency>true</DevelopmentDependency>--><!--This does not work with the .Attributes dll, nuget changes the way it adds-->
2020
<Version>4.0.4</Version>
2121
<RepositoryCommit>3ddb8db6dcca4eee808bf0967c5468d8a5111fd8</RepositoryCommit>
2222
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)