File tree Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Expand file tree Collapse file tree 3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 2
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
3
<Project >
4
4
<PropertyGroup >
5
- <VersionPrefix >17.14 .0</VersionPrefix >
6
- <PackageValidationBaselineVersion >17.13 .0-preview-24611-01 </PackageValidationBaselineVersion >
5
+ <VersionPrefix >17.15 .0</VersionPrefix >
6
+ <PackageValidationBaselineVersion >17.14 .0-preview-25161-14 </PackageValidationBaselineVersion >
7
7
<AssemblyVersion >15.1.0.0</AssemblyVersion >
8
8
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
9
9
<DotNetUseShippingVersions >true</DotNetUseShippingVersions >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
3
3
<Suppressions xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
4
- <!-- For ease of logging the "not supported on Core" message, these tasks are a
5
- TaskRequiresFramework on netstandard/netcore. Since the type is sealed there,
6
- that shouldn't cause any implementation problems since no one can derive
7
- from it and try to call TaskExtension.Log. -->
8
4
<Suppression >
9
5
<DiagnosticId >CP0007</DiagnosticId >
10
6
<Target >T:Microsoft.Build.Tasks.AL</Target >
71
67
<Left >ref/netstandard2.0/Microsoft.Build.Tasks.Core.dll</Left >
72
68
<Right >ref/net472/Microsoft.Build.Tasks.Core.dll</Right >
73
69
</Suppression >
74
- <!-- PKV004 for netstandard2.0-supporting TFs that we do not have runtime assemblies for.
75
- This is intentional, because you can only use MSBuild in the context of a .NET SDK
76
- (on net7.0, as of MSBuild 17.4) or in the context of Visual Studio (net472), but we
77
- have previously shipped netstandard2.0 packages, and if you want to support both
78
- runtime contexts it still makes sense to target that. -->
79
70
<Suppression >
80
71
<DiagnosticId >PKV004</DiagnosticId >
81
72
<Target >.NETCoreApp,Version=v2.0</Target >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
3
3
<Suppressions xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
4
- <!-- PKV004 for netstandard2.0-supporting TFs that we do not have runtime assemblies for.
5
- This is intentional, because you can only use MSBuild in the context of a .NET SDK
6
- (on net7.0, as of MSBuild 17.4) or in the context of Visual Studio (net472), but we
7
- have previously shipped netstandard2.0 packages, and if you want to support both
8
- runtime contexts it still makes sense to target that. -->
9
4
<Suppression >
10
5
<DiagnosticId >PKV004</DiagnosticId >
11
6
<Target >.NETCoreApp,Version=v2.0</Target >
You can’t perform that action at this time.
0 commit comments