File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Authors >Community Toolkit</Authors >
5
- <Company >Community Toolkit </Company >
5
+ <Company >.NET Foundation </Company >
6
6
<Copyright >(c) .NET Foundation and Contributors. All rights reserved.</Copyright >
7
7
<LicenseUrl >https://github.com/CommunityToolkit/Datasync/blob/main/LICENSE.md</LicenseUrl >
8
+ <PackageIcon >icon.png</PackageIcon >
9
+ <PackageIconUrl >https://github.com/CommunityToolkit/Datasync/blob/main/icon.png</PackageIconUrl >
8
10
<PackageLicenseExpression >MIT</PackageLicenseExpression >
9
11
<PackageProjectUrl >https://github.com/CommunityToolkit/Datasync</PackageProjectUrl >
10
12
<PackageReadmeFile >README.md</PackageReadmeFile >
26
28
<TargetFramework >net8.0</TargetFramework >
27
29
</PropertyGroup >
28
30
31
+ <PropertyGroup >
32
+ <IsPackable >true</IsPackable >
33
+ <IsPublishable >true</IsPublishable >
34
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
35
+ </PropertyGroup >
36
+
29
37
<ItemGroup >
30
38
<None Include =" $(MSBuildThisFileDirectory)\..\README.md" PackagePath =" README.md" Pack =" True" />
39
+ <None Include =" $(MSBuildThisFileDirectory)\..\LICENSE.md" PackagePath =" LICENSE.md" Pack =" True" />
40
+ <None Include =" $(MSBuildThisFileDirectory)\..\icon.png" PackagePath =" icon.png" Pack =" True" />
31
41
</ItemGroup >
42
+
43
+ <Choose >
44
+ <When Condition =" '$(SourceLinkEnabled)' != 'false'" >
45
+ <PropertyGroup >
46
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
47
+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
48
+ <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
49
+ </PropertyGroup >
50
+ <ItemGroup >
51
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
52
+ </ItemGroup >
53
+ </When >
54
+ </Choose >
32
55
</Project >
You can’t perform that action at this time.
0 commit comments