Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) * Add `DevelopmentDependency` property to `CSharpier.MsBuild.csproj` Hi, awesome project, thanks for your work! This package only runs in `BeforeTargets="Build"` right? I just tested installing the MsBuild package like this (with PrivateAssets attr), in a global `Directory.Build.Props` file, and it seems to work: ```csproj <ItemGroup> <PackageReference Include="CSharpier.MsBuild" Version="0.15.0" PrivateAssets="all" /> </ItemGroup> ``` Usecase being we have some packages that are going to be published, and we only need `csharpier` during build (doesnt need to be a dep of the package). * Release as 0.15.1 Co-authored-by: Bela VanderVoort <bela.vandervoort@optimizely.com>
- Loading branch information