-
Notifications
You must be signed in to change notification settings - Fork 286
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
Sergkanz/level up versions #317
Conversation
@@ -38,7 +38,7 @@ | |||
</None> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ProjectReference Include="..\..\..\Core\Managed\Net45\Core.Net45.csproj"> | |||
<ProjectReference Include="..\..\..\Core\Managed\Net40\Core.Net40.csproj"> |
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.
Why are these changing from Net45 to Net40 when the target framework version is still 4.5?
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
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.
That is explained by Sergey in description: Description: I use the same version of Microsoft.ApplicationInsights.dll
in both nuspec. this solves the problem of uneven versions for nugget packages
In reply to: 80967630 [](ancestors = 80967630)
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.
This reference is for build ordering only. Let me remove it
* Add AspNetCore environment initializer, AuthScript support, Prevent debug logging if instrumentation key exists, Disable debug logger if other loggers are being added to ILoggerFactory * Fix nullref while retrieving ApplicationVersion * Rev package version * Do not use extension method to add debug logger * Fix spelling * Fix param comments * Comments
I use the same version of
Microsoft.ApplicationInsights.dll
in both nuspec. this solves the problem of uneven versions for nugget packages