Skip to content

Commit

Permalink
updated project to use .net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
popcorn9499 committed Apr 30, 2023
1 parent 48dd342 commit e7c2343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/CustomControls/EnhancedListView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static EnhancedListViewSettings Default
// a dictionary is used to save the settings for this DGV.
// As key the name of the control is used.
[System.Configuration.UserScopedSetting]
[System.Configuration.SettingsSerializeAs(System.Configuration.SettingsSerializeAs.Binary)]
[System.Configuration.SettingsSerializeAs(System.Configuration.SettingsSerializeAs.Xml)]
[System.Configuration.DefaultSettingValue("")]
public Dictionary<string, List<ColumnOrderItem>> ColumnOrder
{
Expand Down
2 changes: 1 addition & 1 deletion ProcessAudiobooks-UI/ProcessAudiobooks-UI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>ProcessAudiobooks_UI</RootNamespace>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit e7c2343

Please sign in to comment.