Skip to content

Commit e61c53c

Browse files
authored
Update Maui version and add symbol package format (#12)
Updated `MauiVersion` in `Directory.Build.props` from `9.0.50` to `9.0.70`. Added `SymbolPackageFormat` with value `snupkg` in `PJ.NavigationTrans.Maui.csproj` to enhance debugging support.
1 parent 6ac4842 commit e61c53c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<NetVersion>net9.0</NetVersion>
4-
<MauiPackageVersion>9.0.50</MauiPackageVersion>
4+
<MauiVersion>9.0.70</MauiVersion>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
<LangVersion>preview</LangVersion>

PJ.NavigationTrans.Maui/PJ.NavigationTrans.Maui.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3434
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3535
<IncludeSymbols>true</IncludeSymbols>
36+
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
3637
</PropertyGroup>
3738

3839
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">

0 commit comments

Comments
 (0)