-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update compatibility message for targeting .NET 10.0 in Visual Studio 18.0 #50749
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
base: main
Are you sure you want to change the base?
Changes from 2 commits
237357f
bd1ca9b
ab74179
b05f036
f6c878c
99c06be
8ab9f6c
3e05870
37dc93a
860bf5c
97ae8c4
28d3a8a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,10 +138,10 @@ Copyright (c) .NET Foundation. All rights reserved. | |
| FormatArguments="$(SdkResolverGlobalJsonPath)" /> | ||
| </Target> | ||
|
|
||
| <Target Name="_WarnWhenUsingNET9AndVSPriorTo1712" | ||
| <Target Name="_WarnWhenUsingNET10AndVSPriorTo1714" | ||
| BeforeTargets="_CheckForInvalidConfigurationAndPlatform" | ||
| Condition="$([MSBuild]::VersionLessThan($(MSBuildVersion), '17.12.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '9.0'))"> | ||
| <NetSdkWarning ResourceName="Net9NotCompatibleWithDev1711"/> | ||
|
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. Should 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. @copilot Net9NotCompatibleWithDev1711 is not longer used so please remove it 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. Removed the unused |
||
| Condition="$([MSBuild]::VersionLessThan($(MSBuildVersion), '17.14.0')) and '$(TargetFrameworkIdentifier)' == '.NETCoreApp' and $([MSBuild]::VersionGreaterThanOrEquals($(_TargetFrameworkVersionWithoutV), '10.0'))"> | ||
| <NetSdkWarning ResourceName="Net10NotCompatibleWithVS1713"/> | ||
| </Target> | ||
|
|
||
| <Target Name="_CheckForInvalidWindowsDesktopTargetingConfiguration" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.