-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update frameworks, packages, and DI in project files (#93)
Updated target framework to net8.0 and enabled nullable reference types in Desktop.csproj and KeyVaultExplorer.csproj. Added WindowsSdkPackageVersion to both project files. Updated Avalonia.Desktop package in Desktop.csproj to 11.1.4. Updated multiple package references in KeyVaultExplorer.csproj to newer versions. Modified ClipboardService and StorageProviderService to no longer implement interfaces and updated DI registrations and view models accordingly. Minor layout fix in KeyVaultTreeList.axaml.
- Loading branch information
1 parent
31ac53b
commit cb82df6
Showing
8 changed files
with
27 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,7 +178,6 @@ | |
</Style> | ||
</TextBox.Styles> | ||
</TextBox> | ||
|
||
</StackPanel> | ||
|
||
<ScrollViewer | ||
|