Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DevelopmentDependency property to CSharpier.MsBuild.csproj #607

Merged
merged 2 commits into from
Feb 14, 2022

Commits on Feb 14, 2022

  1. 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).
    martinothamar committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e3f3f75 View commit details
    Browse the repository at this point in the history
  2. Release as 0.15.1

    belav committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    ce59d34 View commit details
    Browse the repository at this point in the history