Skip to content

Commit f5f5a61

Browse files
committed
update versioning
1 parent 617f678 commit f5f5a61

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

eng/Versions.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!-- 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. -->
33
<Project>
44
<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>
77
<AssemblyVersion>15.1.0.0</AssemblyVersion>
88
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
99
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>

src/Tasks/CompatibilitySuppressions.xml

-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<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. -->
84
<Suppression>
95
<DiagnosticId>CP0007</DiagnosticId>
106
<Target>T:Microsoft.Build.Tasks.AL</Target>
@@ -71,11 +67,6 @@
7167
<Left>ref/netstandard2.0/Microsoft.Build.Tasks.Core.dll</Left>
7268
<Right>ref/net472/Microsoft.Build.Tasks.Core.dll</Right>
7369
</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. -->
7970
<Suppression>
8071
<DiagnosticId>PKV004</DiagnosticId>
8172
<Target>.NETCoreApp,Version=v2.0</Target>

src/Utilities/CompatibilitySuppressions.xml

-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- https://learn.microsoft.com/dotnet/fundamentals/package-validation/diagnostic-ids -->
33
<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. -->
94
<Suppression>
105
<DiagnosticId>PKV004</DiagnosticId>
116
<Target>.NETCoreApp,Version=v2.0</Target>

0 commit comments

Comments
 (0)