-
Notifications
You must be signed in to change notification settings - Fork 172
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
V3 core sdk via nuget #3533
V3 core sdk via nuget #3533
Conversation
@@ -19,7 +19,6 @@ | |||
</ItemGroup> | |||
<ItemGroup> | |||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" /> | |||
<PackageReference Include="Speckle.AutoCAD.API" Version="2024.0.0" /> |
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.
@clairekuang is this okay?
@@ -404,7 +434,7 @@ | |||
"dependencies": { | |||
"Serilog.Extensions.Logging": "[7.0.0, )", | |||
"Speckle.Autofac": "[2.0.999-local, )", | |||
"Speckle.Core": "[2.0.999-local, )" | |||
"Speckle.Core": "[3.0.1-alpha.11, )" |
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.
Should we have some rules around what we should pick up? i.e. accept minor versions and bug fixes? Maybe this isn't the right place and we perhaps don't need to do it right away
I mean it's all a bit hard to read but updating reference to the nuget essentially, mainly just:
I did have another but it's gone... |
https://spockle.atlassian.net/browse/DUI3-35
takes the intermediate step of referencing core from the new repo and removing core from the solution filter.
Some changes to logging help with dependencies