This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 197
197
198
198
<Import Project =" Sdk.props" Sdk =" Microsoft.DotNet.Arcade.Sdk" />
199
199
200
- <PropertyGroup Condition =" '$(CopyrightNetFoundation)' != ''" >
201
- <Copyright >$(CopyrightNetFoundation)</Copyright >
202
- <!-- Temporarily disable PackageLicenseExpression until we can workaround
203
- https://github.com/NuGet/Home/issues/7894 -->
204
- <!-- PackageLicenseExpression>MIT</PackageLicenseExpression -->
205
- </PropertyGroup >
206
-
207
200
<!-- Import packaging props -->
208
201
<Import Project =" $(RepositoryEngineeringDir)Packaging.props" />
209
202
Original file line number Diff line number Diff line change 6
6
<RuntimeIdGraphDefinitionFile >$(RepoRoot)pkg/Microsoft.NETCore.Platforms/runtime.json</RuntimeIdGraphDefinitionFile >
7
7
<ReleaseNotes >https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes >
8
8
<ProjectUrl >https://github.com/dotnet/corefx</ProjectUrl >
9
- <LicenseUrl >https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</LicenseUrl >
9
+ <Copyright >$(CopyrightNetFoundation)</Copyright >
10
+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
10
11
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
11
12
<PackagePlatform Condition =" '$(PackagePlatform)' == ''" >$(Platform)</PackagePlatform >
12
13
<PackagePlatform Condition =" '$(PackagePlatform)' == 'amd64'" >x64</PackagePlatform >
You can’t perform that action at this time.
0 commit comments