We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bdf597 commit c5b7891Copy full SHA for c5b7891
Directory.Build.props
@@ -1,15 +1,15 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
- <PropertyGroup>
4
- <ImportNetSdkFromRepoToolset>false</ImportNetSdkFromRepoToolset>
5
-
6
- <PublishWindowsPdb>true</PublishWindowsPdb>
7
- </PropertyGroup>
8
9
- <Import Project="$(MsBuildThisFileDirectory)SystemResources.props"/>
10
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" />
+ <Import Project="SystemResources.props"/>
+
+ <PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
+ <Copyright>$(CopyrightNetFoundation)</Copyright>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
+ </PropertyGroup>
11
12
<PropertyGroup>
+ <PublishWindowsPdb>true</PublishWindowsPdb>
13
<DebugType>full</DebugType>
14
</PropertyGroup>
15
</Project>
0 commit comments