File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1414 <PackageReference Include =" ThisAssembly.AssemblyInfo" Version =" 1.1.3" PrivateAssets =" all" />
1515 <PackageReference Include =" ThisAssembly.Strings" Version =" 1.1.3" PrivateAssets =" all" />
1616 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.0.1" Pack =" false" />
17- <PackageReference Include =" Devlooped.SponsorLink" Version =" 0.10.2" GeneratePathProperty = " true " />
17+ <PackageReference Include =" Devlooped.SponsorLink" Version =" 0.10.2" />
1818 </ItemGroup >
1919
2020 <ItemGroup >
21- <None Update =" NuGetizer.CodeAnalysis.targets" PackFolder =" buildTransitive" CopyToOutputDirectory =" PreserveNewest" />
22- <None Include =" $(PkgDevlooped_SponsorLink)\buildTransitive\Devlooped.SponsorLink.targets"
23- PackFolder =" buildTransitive"
24- CopyToOutputDirectory =" PreserveNewest" />
21+ <None Update =" NuGetizer.CodeAnalysis.targets" PackFolder =" build" CopyToOutputDirectory =" PreserveNewest" />
2522 </ItemGroup >
2623
2724</Project >
Original file line number Diff line number Diff line change 3131 <SponsorablePackageId Include =" NuGetizer" />
3232 </ItemGroup >
3333
34- <!-- This ensures devlooped targets are imported transitively even if we are a dev dependency
35- and therefore don't propagate the SL dependency, which would otherwise cause a build error
36- due to analyzers being forcedly transitive even if the reference is private assets/dev dep.
37- -->
38- <Import Project =" Devlooped.SponsorLink.targets" Condition =" $(SponsorLinkImported) != true" />
3934</Project >
Original file line number Diff line number Diff line change 1919 <Description >Simple, flexible and powerful NuGet packaging</Description >
2020
2121 <DevelopmentDependency >true</DevelopmentDependency >
22- <PackFolder >buildTransitive </PackFolder >
22+ <PackFolder >build </PackFolder >
2323
2424 <PackOnBuild Condition =" '$(PackOnBuild)' == '' And '$(Configuration)' == 'Release'" >true</PackOnBuild >
2525 <PackageOutputPath Condition =" '$(PackageOutputPath)' == ''" >..\..\bin</PackageOutputPath >
You can’t perform that action at this time.
0 commit comments