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

Remove target frameworks net452;net46; because they are no longer sup… #2854

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Mar 5, 2024

  1. Remove target frameworks net452;net46; because they are no longer sup…

    …ported microsoft#2850
    
    use frameworkreference for Microsoft.AspNetCore.App instead of icrosoft.AspNetCore.* nuget packages, because they are now deprecated and end of life.
    antymon4o committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ab1226c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. upgrade target frameworks from net452 to net462 and netcoreapp3.1 to …

    …net6.0
    
    change conditional compilation expressions #if NET452 to #if NETFRAMEWORK
    
    microsoft#2850
    antymon4o committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0780a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7448573 View commit details
    Browse the repository at this point in the history
  3. In ApplicationInsights project add target framework 4.6.2 because som…

    …e specifics in behavior coded in classes in project
    
    In TelemetryChannel.ApplicationFolderProvider add #if NETFRAMEWORK in IsWindowsOperatingSystem method.
    
    microsoft#2850
    antymon4o committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    92d597b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b97c2b View commit details
    Browse the repository at this point in the history