File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project >
3
- <PropertyGroup >
4
- <ImportNetSdkFromRepoToolset >false</ImportNetSdkFromRepoToolset >
5
-
6
- <PublishWindowsPdb >true</PublishWindowsPdb >
7
- </PropertyGroup >
8
-
9
- <Import Project =" $(MsBuildThisFileDirectory)SystemResources.props" />
10
3
<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 >
11
10
12
11
<PropertyGroup >
12
+ <PublishWindowsPdb >true</PublishWindowsPdb >
13
13
<DebugType >full</DebugType >
14
14
</PropertyGroup >
15
15
</Project >
You can’t perform that action at this time.
0 commit comments