-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: Remove incorrect Dotnet.ReproducibleBuilds ref #202
Conversation
Unfortunately local build still shows it in the nuspec: <group targetFramework=".NETStandard2.0">
<dependency id="DotNet.ReproducibleBuilds" version="1.1.1" exclude="Build,Analyzers" /> Hm, is Paket worth it in this repo... .@nojaf obv not safe to merge yet... |
I am all ears to remove Paket if that was the question 😅 |
Yeah, paket is definltely overkill for a small library I guess my issue is that it could mean time fighting FAKE... |
https://github.com/jet/equinox/blob/master/Directory.Build.props#L17 works for Equinox And it removes the reference on my machine... |
Seems happy now: https://www.nuget.org/packages/Argu/6.1.4 |
@sergey-tihon Would you mind unlisting 6.1.3 please (assuming you have the permissions?) |
done |
* Go behind paket's back * Bump version to 6.1.4
* Go behind paket's back * Bump version to 6.1.4
Version 6.1.3 has an incorrect additional reference
Per fsprojects/Paket#2951 this should remove that...Resolved by using aPackageReference
rather than fightingpaket
on this one