Skip to content

Commit 7281787

Browse files
authored
Merge pull request #317 from enisn/4.1-source-linking
Configure source-linking
2 parents 0d4f03f + 6838b02 commit 7281787

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/InputKit.Maui/InputKit.Maui.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net6.0-android'">21.0</SupportedOSPlatformVersion>
3636
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion>
3737
<TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion>
38+
39+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
40+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
41+
<IncludeSymbols>true</IncludeSymbols>
3842
</PropertyGroup>
3943

4044
<PropertyGroup>
@@ -48,4 +52,8 @@
4852
<ItemGroup>
4953
<None Include="icon512.png" Pack="true" PackagePath="" />
5054
</ItemGroup>
55+
56+
<ItemGroup>
57+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
58+
</ItemGroup>
5159
</Project>

0 commit comments

Comments
 (0)