-
Notifications
You must be signed in to change notification settings - Fork 241
Westinm/trimming #2210
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
Westinm/trimming #2210
Changes from all commits
34b0c4b
cc78b82
fb5ce25
66c3e0c
a65c8c6
898be08
d24a544
144d99c
3afccd1
5674249
9eaa105
c0fbbed
c4bfd38
b165913
96ba4fb
561d4a5
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 |
|---|---|---|
|
|
@@ -29,6 +29,10 @@ | |
| <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> | ||
| </PropertyGroup> | ||
|
|
||
| <PropertyGroup Condition="'$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'"> | ||
| <IsTrimmable>true</IsTrimmable> | ||
| </PropertyGroup> | ||
|
Collaborator
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. Do we also want to try <EnableMicrosoftExtensionsConfigurationBinderSourceGenerator>true</EnableMicrosoftExtensionsConfigurationBinderSourceGenerator>if we use Microsoft.Extensions.Configuration.Binder NuGet package 8.*? and then remove the attributes which are due to the binding. Shall we do that when we enable .NET 8?
Collaborator
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. Let's do that as an increment.
Contributor
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. Yes, I want to try this with .NET 8. |
||
|
|
||
| <PropertyGroup Condition="'$(TF_BUILD)' == 'true'"> | ||
| <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> | ||
| </PropertyGroup> | ||
|
|
@@ -105,17 +109,17 @@ | |
| <MicrosoftAspNetCoreAuthenticationJwtBearerVersion>5.0.12-*</MicrosoftAspNetCoreAuthenticationJwtBearerVersion> | ||
| <MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion>5.0.12-*</MicrosoftAspNetCoreAuthenticationOpenIdConnectVersion> | ||
| <MicrosoftExtensionsCachingMemoryVersion>5.0.0</MicrosoftExtensionsCachingMemoryVersion> | ||
| <!-- Microsoft.Extensions.Hosting 5.* are obsoleted --> | ||
| <!-- Microsoft.Extensions.Hosting 5.* are obsoleted --> | ||
| <MicrosoftExtensionsHostingVersion>6.0.0</MicrosoftExtensionsHostingVersion> | ||
| <MicrosoftAspNetCoreDataProtectionVersion>5.0.8</MicrosoftAspNetCoreDataProtectionVersion> | ||
| <SystemSecurityCryptographyXmlVersion>6.0.1</SystemSecurityCryptographyXmlVersion> | ||
|
|
||
| <!-- CVE-2022-34716 due to DataProtection 5.0.8 --> | ||
| <MicrosoftExtensionsLoggingVersion>5.0.0</MicrosoftExtensionsLoggingVersion> | ||
| <SystemTextEncodingsWebVersion>6.0.0</SystemTextEncodingsWebVersion> | ||
|
|
||
| <!-- Microsoft.Extensions.Configuration.Binder 6.* are obsoleted --> | ||
| <MicrosoftExtensionsConfigurationBinderVersion>6.0.0</MicrosoftExtensionsConfigurationBinderVersion> | ||
| <MicrosoftExtensionsConfigurationBinderVersion>6.0.0</MicrosoftExtensionsConfigurationBinderVersion> | ||
| <MicrosoftExtensionsDependencyInjectionVersion>2.1.0</MicrosoftExtensionsDependencyInjectionVersion> | ||
| </PropertyGroup> | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.