Skip to content

delete tfm constants #79219

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

Merged
merged 1 commit into from
Dec 5, 2022
Merged

delete tfm constants #79219

merged 1 commit into from
Dec 5, 2022

Conversation

kasperk81
Copy link
Contributor

@ViktorHofer i found some unused constants. i think it's easier to follow with strings for the rest

@ghost
Copy link

ghost commented Dec 5, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost added the community-contribution Indicates that the PR has been added by a community member label Dec 5, 2022
Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

@ghost
Copy link

ghost commented Dec 5, 2022

Tagging subscribers to this area: @dotnet/runtime-infrastructure
See info in area-owners.md if you want to be subscribed.

Issue Details

@ViktorHofer i found some unused constants. i think it's easier to follow with strings for the rest

Author: kasperk81
Assignees: -
Labels:

area-Infrastructure, community-contribution

Milestone: -

@ViktorHofer ViktorHofer merged commit 4887d6c into dotnet:main Dec 5, 2022
@kasperk81 kasperk81 deleted the tfm branch December 5, 2022 14:55
var deploymentParameters = new DeploymentParameters(
applicationPath,
RuntimeFlavor.CoreClr,
RuntimeArchitecture.x64)
{
TargetFramework = Tfm.NetCoreApp50,
TargetFramework = $"Environment{version.Major}.{version.Minor}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kasperk81 Shouldn't this read $"net{version.Major}.{version.Minor}" (or null)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooops, #79230. thanks for catching it

@ghost ghost locked as resolved and limited conversation to collaborators Jan 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants