|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- https://learn.microsoft.com/en-us/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 | | - <Suppression> |
5 | | - <DiagnosticId>CP0008</DiagnosticId> |
6 | | - <Target>T:Microsoft.Build.Framework.AssemblyLoadingContext</Target> |
7 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
8 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
9 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
10 | | - </Suppression> |
11 | | - <Suppression> |
12 | | - <DiagnosticId>CP0008</DiagnosticId> |
13 | | - <Target>T:Microsoft.Build.Framework.LoggerVerbosity</Target> |
14 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
15 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
16 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
17 | | - </Suppression> |
18 | | - <Suppression> |
19 | | - <DiagnosticId>CP0008</DiagnosticId> |
20 | | - <Target>T:Microsoft.Build.Framework.MessageImportance</Target> |
21 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
22 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
23 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
24 | | - </Suppression> |
25 | | - <Suppression> |
26 | | - <DiagnosticId>CP0008</DiagnosticId> |
27 | | - <Target>T:Microsoft.Build.Framework.Profiler.EvaluationLocationKind</Target> |
28 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
29 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
30 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
31 | | - </Suppression> |
32 | | - <Suppression> |
33 | | - <DiagnosticId>CP0008</DiagnosticId> |
34 | | - <Target>T:Microsoft.Build.Framework.Profiler.EvaluationPass</Target> |
35 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
36 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
37 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
38 | | - </Suppression> |
39 | | - <Suppression> |
40 | | - <DiagnosticId>CP0008</DiagnosticId> |
41 | | - <Target>T:Microsoft.Build.Framework.RegisteredTaskObjectLifetime</Target> |
42 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
43 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
44 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
45 | | - </Suppression> |
46 | | - <Suppression> |
47 | | - <DiagnosticId>CP0008</DiagnosticId> |
48 | | - <Target>T:Microsoft.Build.Framework.TargetBuiltReason</Target> |
49 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
50 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
51 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
52 | | - </Suppression> |
53 | | - <Suppression> |
54 | | - <DiagnosticId>CP0008</DiagnosticId> |
55 | | - <Target>T:Microsoft.Build.Framework.TargetSkipReason</Target> |
56 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
57 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
58 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
59 | | - </Suppression> |
60 | | - <Suppression> |
61 | | - <DiagnosticId>CP0008</DiagnosticId> |
62 | | - <Target>T:Microsoft.Build.Framework.TaskParameterMessageKind</Target> |
63 | | - <Left>ref/net7.0/Microsoft.Build.Framework.dll</Left> |
64 | | - <Right>ref/netstandard2.0/Microsoft.Build.Framework.dll</Right> |
65 | | - <IsBaselineSuppression>true</IsBaselineSuppression> |
66 | | - </Suppression> |
67 | | - <!-- PKV004 for netstandard2.0-supporting TFs that we do not have runtime assemblies for. |
| 4 | + <!-- PKV004 for netstandard2.0-supporting TFs that we do not have runtime assemblies for. |
68 | 5 | This is intentional, because you can only use MSBuild in the context of a .NET SDK |
69 | 6 | (on net7.0, as of MSBuild 17.4) or in the context of Visual Studio (net472), but we |
70 | 7 | have previously shipped netstandard2.0 packages, and if you want to support both |
|
0 commit comments