-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Updates NetCoreApp 3.0 builds to NetCoreApp 3.1 #4888
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
Conversation
dd5ec10
to
ba1757b
Compare
@@ -13,20 +13,20 @@ resources: | |||
jobs: | |||
- template: /build/ci/job-template.yml | |||
parameters: | |||
name: Centos_x64_NetCoreApp30 | |||
name: Centos_x64_NetCoreApp31 |
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.
I don't think we will support multiple versions of .netcoreapp 3.x.
Can we simply make the whole thing NetCoreApp3?
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 makes sense, though I do think that specifying which version of NetCoreApp3 (3.0 or 3.1) we're using would be helpful if in the future we see bugs that are specific to 3.0 or 3.1, as you pointed out with respect to #4933 .
I will update these references to version 3.0/3.1 to only have version "3", if you do believe that specifying the exact iteration of NetCoreApp3 won't be helpful as I mentioned above.
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.
Fix #4865 . Updates our builds using NetCoreApp 3.0 to NetCoreApp 3.1.