File tree 6 files changed +4
-163
lines changed
6 files changed +4
-163
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<PreReleaseLabel >preview2</PreReleaseLabel >
4
4
<PackageDescriptionFile >$(ProjectDir)pkg/descriptions.json</PackageDescriptionFile >
5
- <PackageLicenseFile >$(ProjectDir)pkg/dotnet_library_license.txt </PackageLicenseFile >
6
- <PackageThirdPartyNoticesFile >$(ProjectDir)pkg/ThirdPartyNotices.txt </PackageThirdPartyNoticesFile >
5
+ <PackageLicenseFile >$(ProjectDir)LICENSE.TXT </PackageLicenseFile >
6
+ <PackageThirdPartyNoticesFile >$(ProjectDir)THIRD-PARTY-NOTICES.TXT </PackageThirdPartyNoticesFile >
7
7
<!-- <RuntimeIdGraphDefinitionFile>$(ProjectDir)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile>--> <!-- Not needed for WCF-->
8
8
<ReleaseNotes >https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes >
9
9
<ProjectUrl >https://dot.net</ProjectUrl >
22
22
<!-- by default all packages will use the same version which revs with respect to product version -->
23
23
<PackageVersion Condition =" '$(PackageVersion)' == ''" >4.4.0</PackageVersion >
24
24
<SkipValidatePackageTargetFramework >true</SkipValidatePackageTargetFramework >
25
- <LicenseUrl >https://github.com/dotnet/corefx /blob/master/LICENSE</LicenseUrl >
25
+ <LicenseUrl >https://github.com/dotnet/wcf /blob/master/LICENSE.TXT </LicenseUrl >
26
26
</PropertyGroup >
27
27
28
28
<Import Condition =" Exists('pkg/baseline/baseline.props') AND '$(MSBuildProjectExtension)' == '.pkgproj'" Project =" pkg/baseline/baseline.props" />
File renamed without changes.
Original file line number Diff line number Diff line change 110
110
<!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
111
111
<Target Name =" OverrideLicenseUrl" BeforeTargets =" GenerateNuSpec" >
112
112
<PropertyGroup >
113
- <LicenseUrl >https://github.com/dotnet/corefx /blob/master/LICENSE</LicenseUrl >
113
+ <LicenseUrl >https://github.com/dotnet/wcf /blob/master/LICENSE.TXT </LicenseUrl >
114
114
</PropertyGroup >
115
115
</Target >
116
116
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments