This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-162
lines changed
Expand file tree Collapse file tree 5 files changed +4
-162
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 138138
139139 <!-- Packaging properties -->
140140 <PropertyGroup >
141- <LicenseUrl >https://github.com/dotnet/corefx /blob/master/LICENSE</LicenseUrl >
141+ <LicenseUrl >https://github.com/dotnet/coreclr /blob/master/LICENSE.TXT </LicenseUrl >
142142 <PreReleaseLabel >preview2</PreReleaseLabel >
143143 <PackageDescriptionFile >$(SourceDir).nuget/descriptions.json</PackageDescriptionFile >
144- <PackageLicenseFile >$(SourceDir).nuget/dotnet_library_license.txt </PackageLicenseFile >
145- <PackageThirdPartyNoticesFile >$(SourceDir).nuget/ThirdPartyNotices.txt </PackageThirdPartyNoticesFile >
144+ <PackageLicenseFile >$(ProjectDir)LICENSE.TXT </PackageLicenseFile >
145+ <PackageThirdPartyNoticesFile >$(ProjectDir)THIRD-PARTY-NOTICES.TXT </PackageThirdPartyNoticesFile >
146146 <SyncInfoDirectory >$(BaseIntermediateOutputPath)</SyncInfoDirectory >
147147
148148 <!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8787 <!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
8888 <Target Name =" OverrideLicenseUrl" BeforeTargets =" GenerateNuSpec" >
8989 <PropertyGroup >
90- <LicenseUrl >https://github.com/dotnet/corefx /blob/master/LICENSE</LicenseUrl >
90+ <LicenseUrl >https://github.com/dotnet/coreclr /blob/master/LICENSE.TXT </LicenseUrl >
9191 </PropertyGroup >
9292 </Target >
9393
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments