-
Notifications
You must be signed in to change notification settings - Fork 296
add support for Net462 #2277
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
add support for Net462 #2277
Changes from all commits
2432773
64774bb
9f9847c
7ce0a03
0a59a98
928db9a
7396756
e78f7c6
16f8aad
f99c02c
5f22025
1dbbf0b
c38ca04
3f16fd8
7ecaa7c
da01e75
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,7 +2,7 @@ | |
| <Import Project="$(PropsRoot)\Product.props" /> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>net452</TargetFrameworks> | ||
| <TargetFrameworks>net452;net462</TargetFrameworks> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Adding
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree with you, but I was reluctant to make that decision. |
||
| <RootNamespace>Microsoft.ApplicationInsights.EtwCollector</RootNamespace> | ||
| <AssemblyName>Microsoft.ApplicationInsights.EtwCollector</AssemblyName> | ||
| </PropertyGroup> | ||
|
|
||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.