Skip to content

Commit

Permalink
Use nuget standardized properties (dotnet#51014)
Browse files Browse the repository at this point in the history
* Use nuget standardized properties

Requires dotnet/arcade#7212. Helps with the pkgproj to csproj conversion.
  • Loading branch information
ViktorHofer authored Apr 12, 2021
1 parent 5922ede commit 2ada920
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Copyright>$(CopyrightNetFoundation)</Copyright>
<PackageThirdPartyNoticesFile>$(MSBuildThisFileDirectory)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
<PackageReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</PackageReleaseNotes>
<!-- Indicates this is not an officially supported release. Release branches should set this to false. -->
<!-- Keep it in sync with PRERELEASE in eng/native/configureplatform.cmake -->
<IsPrerelease>true</IsPrerelease>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<ProjectReference Include="..\src\Microsoft.XmlSerializer.Generator.csproj" />
</ItemGroup>
<PropertyGroup>
<ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=863421</ReleaseNotes>
<ProjectUrl>https://go.microsoft.com/fwlink/?linkid=858594</ProjectUrl>
<PackageReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=863421</PackageReleaseNotes>
<PackageProjectUrl>https://go.microsoft.com/fwlink/?linkid=858594</PackageProjectUrl>
<SkipPackageFileCheck>true</SkipPackageFileCheck>
<HarvestStablePackage>false</HarvestStablePackage>
</PropertyGroup>
Expand All @@ -20,4 +20,4 @@
</ItemGroup>
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
<Import Project=".\GenerateNupkgProps.targets" />
</Project>
</Project>

0 comments on commit 2ada920

Please sign in to comment.