-
Notifications
You must be signed in to change notification settings - Fork 56
Update AWS SDK to Preview 11 #205
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
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.
Should we consider dropping net6.0 for this library?
i dropped it in latest commit |
"Projects": [ | ||
{ | ||
"Name": "Amazon.Extensions.Configuration.SystemsManager", | ||
"Type": "Patch", |
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.
need to double check if this should be minor or patch
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.
Since we are removing targets which is potentially a breaking change we consider that a major change in our HLL.
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.
updated changelog to be major
<PropertyGroup> | ||
<!-- Included netstandard2.0 support for a .NET Framework use-case, see: https://github.com/aws/aws-dotnet-extensions-configuration/pull/150 --> | ||
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net6.0;net8.0</TargetFrameworks> | ||
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net8.0</TargetFrameworks> |
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.
Since we removed .NET 6 we should also remove netcoreapp3.1
.
{ | ||
if (args.Headers.ContainsKey(UserAgentHeader) && | ||
#if NETCOREAPP3_1_OR_GREATER | ||
#if NET8_0_OR_GREATER |
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.
@normj /@philasmar i believe this is right based on https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/preprocessor-directives#remarks.
Description
Motivation and Context
Testing
CI tests pass
Types of changes
Checklist
License