Skip to content
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

Merged
merged 3 commits into from
Sep 28, 2016
Merged

Conversation

SergeyKanzhelev
Copy link
Contributor

I use the same version of Microsoft.ApplicationInsights.dll in both nuspec. this solves the problem of uneven versions for nugget packages

@@ -38,7 +38,7 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Core\Managed\Net45\Core.Net45.csproj">
<ProjectReference Include="..\..\..\Core\Managed\Net40\Core.Net40.csproj">
Copy link
Member

@dnduffy dnduffy Sep 28, 2016

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>

Copy link
Contributor

@abaranch abaranch Sep 28, 2016

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)

Copy link
Contributor Author

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

@SergeyKanzhelev SergeyKanzhelev merged commit 00d7a7a into develop Sep 28, 2016
@TimothyMothra TimothyMothra deleted the sergkanz/levelUpVersions branch April 17, 2018 21:41
TimothyMothra added a commit that referenced this pull request Oct 25, 2019
TimothyMothra pushed a commit that referenced this pull request Oct 25, 2019
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants