You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: `This PR is targeting \`main\`, which is now for .NET 11-facing work. If you intended to target .NET 10, either retarget this PR to \`release/10.0.1xx\` or make sure you backport the change to \`release/10.0.1xx\` after merging. See https://github.com/dotnet/sdk/issues/50394 for more details.`
Copy file name to clipboardExpand all lines: Directory.Build.props
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
2
1
<!-- Platform needs to be set with TreatAsLocalProperty since it is a global property and cannot be overridden otherwise. -->
Copy file name to clipboardExpand all lines: Directory.Build.targets
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
-
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
3
1
<Project>
2
+
4
3
<PropertyGroup>
5
4
<!--
6
5
Disable nullable warnings when targeting anything other than our supported .NET core version(s).
@@ -88,7 +87,7 @@
88
87
<PackageDescription>
89
88
$(PackageDescription)
90
89
91
-
The source code included in this package is subject to arbitrary changes in future versions.
90
+
The source code included in this package is subject to arbitrary changes in future versions.
92
91
Updating a reference to this package to a newer version of the package may require changes in the referencing project.
<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the MIT license. See License.txt in the project root for full license information. -->
3
1
<Project>
4
-
<TargetName="Test"DependsOnTargets="TestAsTool"
5
-
Condition="'$(IsUnitTestProject)' == 'true' or '$(IsPerformanceTestProject)' == 'true'"/>
2
+
3
+
<TargetName="Test"
4
+
DependsOnTargets="TestAsTool"
5
+
Condition="'$(IsUnitTestProject)' == 'true' or '$(IsPerformanceTestProject)' == 'true'" />
0 commit comments