fix: Remove incorrect Dotnet.ReproducibleBuilds ref#202
Merged
bartelink merged 4 commits intofsprojects:masterfrom Dec 13, 2023
Merged
fix: Remove incorrect Dotnet.ReproducibleBuilds ref#202bartelink merged 4 commits intofsprojects:masterfrom
bartelink merged 4 commits intofsprojects:masterfrom
Conversation
nojaf
approved these changes
Dec 13, 2023
Member
Author
|
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... |
Collaborator
|
I am all ears to remove Paket if that was the question 😅 |
Member
Author
|
Yeah, paket is definltely overkill for a small library I guess my issue is that it could mean time fighting FAKE... |
Member
Author
|
https://github.com/jet/equinox/blob/master/Directory.Build.props#L17 works for Equinox And it removes the reference on my machine... |
Member
Author
Member
Author
|
@sergey-tihon Would you mind unlisting 6.1.3 please (assuming you have the permissions?) |
Member
|
done |
bartelink
added a commit
to bartelink/Argu
that referenced
this pull request
Feb 19, 2024
* Go behind paket's back * Bump version to 6.1.4
bartelink
added a commit
to bartelink/Argu
that referenced
this pull request
Feb 28, 2024
* Go behind paket's back * Bump version to 6.1.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version 6.1.3 has an incorrect additional reference
Per fsprojects/Paket#2951 this should remove that...Resolved by using aPackageReferencerather than fightingpaketon this one