-
Notifications
You must be signed in to change notification settings - Fork 7
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
CXPLA-89: Replace AutomaticallyUseReferenceAssemblyPackages with nuget #284
CXPLA-89: Replace AutomaticallyUseReferenceAssemblyPackages with nuget #284
Conversation
Directory.Packages.props
Outdated
@@ -38,5 +38,6 @@ | |||
<GlobalPackageReference Include="PolySharp" Version="1.14.1" /> | |||
<GlobalPackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" /> | |||
<GlobalPackageReference Include="Speckle.InterfaceGenerator" Version="0.9.6" /> | |||
<GlobalPackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't need PrivateAssets
since you're using GlobalPackageReference
https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management#global-package-references
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #284 +/- ##
=====================================
Coverage 8.43% 8.43%
=====================================
Files 231 231
Lines 4567 4567
Branches 562 562
=====================================
Hits 385 385
Misses 4165 4165
Partials 17 17 ☔ View full report in Codecov by Sentry. |
Ideal scenario would be that no changes to any lock file happen locally in any machine from this commit onwards.