Skip to content

Commit 736914c

Browse files
tmatadamsitnik
authored andcommitted
Set copyright and package license (dotnet#319)
1 parent 5f6ea2f commit 736914c

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Diff for: Directory.Build.props

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3-
<PropertyGroup>
4-
<ImportNetSdkFromRepoToolset>false</ImportNetSdkFromRepoToolset>
5-
</PropertyGroup>
6-
73
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
8-
<PropertyGroup>
9-
<RestoreSources Condition="'$(DotNetBuildOffline)' != 'true'">
10-
https://ci.appveyor.com/nuget/benchmarkdotnet;
11-
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
12-
$(OverridePackageSource);
13-
$(RestoreSources)
14-
</RestoreSources>
4+
5+
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
6+
<Copyright>$(CopyrightNetFoundation)</Copyright>
7+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
158
</PropertyGroup>
169
</Project>

Diff for: eng/Versions.props

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
<RestoreSources>
1010
$(RestoreSources);
1111
https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json;
12+
https://dotnet.myget.org/F/dotnet-core/api/v3/index.json;
1213
https://dotnet.myget.org/F/symreader-converter/api/v3/index.json;
13-
https:%2F%2Fdotnet.myget.org/F/symreader/api/v3/index.json;
14+
https://dotnet.myget.org/F/symreader/api/v3/index.json;
15+
https://ci.appveyor.com/nuget/benchmarkdotnet;
1416
</RestoreSources>
1517
</PropertyGroup>
1618
</Project>

0 commit comments

Comments
 (0)