From 2ada920c7fd36f3b615e243f737906a37660afaa Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Mon, 12 Apr 2021 18:37:58 +0200 Subject: [PATCH] Use nuget standardized properties (#51014) * Use nuget standardized properties Requires https://github.com/dotnet/arcade/pull/7212. Helps with the pkgproj to csproj conversion. --- Directory.Build.props | 2 +- .../pkg/Microsoft.XmlSerializer.Generator.pkgproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index be3d42e..4ee7e1d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -233,7 +233,7 @@ MIT $(CopyrightNetFoundation) $(MSBuildThisFileDirectory)THIRD-PARTY-NOTICES.TXT - https://go.microsoft.com/fwlink/?LinkID=799421 + https://go.microsoft.com/fwlink/?LinkID=799421 true diff --git a/src/libraries/Microsoft.XmlSerializer.Generator/pkg/Microsoft.XmlSerializer.Generator.pkgproj b/src/libraries/Microsoft.XmlSerializer.Generator/pkg/Microsoft.XmlSerializer.Generator.pkgproj index 8d86c1f..9dacf54 100644 --- a/src/libraries/Microsoft.XmlSerializer.Generator/pkg/Microsoft.XmlSerializer.Generator.pkgproj +++ b/src/libraries/Microsoft.XmlSerializer.Generator/pkg/Microsoft.XmlSerializer.Generator.pkgproj @@ -4,8 +4,8 @@ - https://go.microsoft.com/fwlink/?LinkID=863421 - https://go.microsoft.com/fwlink/?linkid=858594 + https://go.microsoft.com/fwlink/?LinkID=863421 + https://go.microsoft.com/fwlink/?linkid=858594 true false @@ -20,4 +20,4 @@ - \ No newline at end of file + -- 2.7.4