Skip to content

Commit

Permalink
Merge pull request #317 from enisn/4.1-source-linking
Browse files Browse the repository at this point in the history
Configure source-linking
  • Loading branch information
enisn authored Sep 21, 2022
2 parents 0d4f03f + 6838b02 commit 7281787
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/InputKit.Maui/InputKit.Maui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
<SupportedOSPlatformVersion Condition="'$(TargetFramework)' == 'net6.0-android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</SupportedOSPlatformVersion>
<TargetPlatformMinVersion Condition="$(TargetFramework.Contains('-windows'))">10.0.17763.0</TargetPlatformMinVersion>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -48,4 +52,8 @@
<ItemGroup>
<None Include="icon512.png" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>

0 comments on commit 7281787

Please sign in to comment.