Skip to content

Commit c5b7891

Browse files
tmatvatsan-madhavan
authored andcommitted
Set copyright and package license (#373)
1 parent 2bdf597 commit c5b7891

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Directory.Build.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
3-
<PropertyGroup>
4-
<ImportNetSdkFromRepoToolset>false</ImportNetSdkFromRepoToolset>
5-
6-
<PublishWindowsPdb>true</PublishWindowsPdb>
7-
</PropertyGroup>
8-
9-
<Import Project="$(MsBuildThisFileDirectory)SystemResources.props"/>
103
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
4+
<Import Project="SystemResources.props"/>
5+
6+
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
7+
<Copyright>$(CopyrightNetFoundation)</Copyright>
8+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
9+
</PropertyGroup>
1110

1211
<PropertyGroup>
12+
<PublishWindowsPdb>true</PublishWindowsPdb>
1313
<DebugType>full</DebugType>
1414
</PropertyGroup>
1515
</Project>

0 commit comments

Comments
 (0)