File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 66 <RepositoryUrl >https://github.com/Microsoft/aspnet-api-versioning</RepositoryUrl >
77 <PackageIconUrl >http://go.microsoft.com/fwlink/?LinkID=288890</PackageIconUrl >
88 <PackageProjectUrl >https://github.com/Microsoft/aspnet-api-versioning/wiki</PackageProjectUrl >
9- <PackageLicenseUrl >https://raw.githubusercontent.com/Microsoft/aspnet-api-versioning/master/LICENSE</PackageLicenseUrl >
109 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
11- <IncludeSymbols >true</IncludeSymbols >
12- <IncludeSource >true</IncludeSource >
13- <IncludeBuildOutput >true</IncludeBuildOutput >
10+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
1411 <MinClientVersion >2.5</MinClientVersion >
1512 <PackageOutputPath Condition =" $(PackageOutputPath) == '' " >$(MSBuildThisFileDirectory)..\bin</PackageOutputPath >
1613 <NoWarn >NU5118;$(NoWarn)</NoWarn >
1714 </PropertyGroup >
15+
16+ <ItemGroup Label =" NuGet" >
17+ <None Include =" $(MSBuildThisFileDirectory)..\LICENSE" Pack =" true" PackagePath =" " Visible =" false" />
18+ </ItemGroup >
1819
20+ <!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
1921 <ItemGroup Label =" NuGet" >
20- <!-- allow build-specific, one-time release notes from the command-line without modifying the source project -->
2122 <ReleaseNotes Include =" $(BuildReleaseNotes.Split('|'))" />
2223 </ItemGroup >
23-
24+
2425</Project >
You can’t perform that action at this time.
0 commit comments