-
Notifications
You must be signed in to change notification settings - Fork 5
Updated WPF-PDFViewer-Examples #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -4,6 +4,7 @@ | |||
using System.Collections.Generic; | |||
using System.Drawing; | |||
using System.IO; | |||
using System.Runtime.InteropServices; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this namespace is added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed newly added namespace is completed
Annotations/AddCustomStampInCustomizedButton/AddCustomStampInCustomizedButton_NET.sln
Outdated
Show resolved
Hide resolved
Annotations/AddCustomStampInCustomizedButton/MainWindow.xaml.cs
Outdated
Show resolved
Hide resolved
Annotations/AddCustomStampInCustomizedButton/Properties/Resources.Designer.cs
Show resolved
Hide resolved
Annotations/AddCustomStampInCustomizedButton/AddCustomStampInCustomizedButton.csproj
Show resolved
Hide resolved
Annotations/AddCustomStampInCustomizedButton/AddCustomStampInCustomizedButton.csproj
Show resolved
Hide resolved
@@ -1,4 +1,4 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
" version="*"/><?xml version="1.0" encoding="utf-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why we are added version here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unwanted add version completed
<Project Sdk="Microsoft.NET.Sdk.Web"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instead of removing all project change TargetFramwork as net8.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only change TargetFramework to net8.0 instead of removing file is completed
Description
Update the WPF-PDFViewer-Examples in current version .NETCore and .NETFramework