-
Notifications
You must be signed in to change notification settings - Fork 636
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
Cleanup net48 code #14489
Cleanup net48 code #14489
Conversation
</Reference> | ||
<Reference Include="WindowsBase" /> | ||
<Reference Include="Microsoft.Practices.Prism"> | ||
<HintPath>..\..\extern\prism\Microsoft.Practices.Prism.dll</HintPath> |
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.
so can we remove this binary now?
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.
I think so. Will do
good stuff. |
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.
Don't we want to wait until we remove DynamoCrypto?
@@ -9,1362 +9,11 @@ | |||
namespace Dynamo.Tests | |||
{ | |||
|
|||
#if NET6_0_OR_GREATER | |||
[TestFixture, Apartment(ApartmentState.MTA)] | |||
public class ExcelTests | |||
{ | |||
} |
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.
Can you remind me why we didn't have any excel tests for net6?
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.
#14041 (comment)
Looks like we simply forgot to do it after all projects were migrated
I will enable them
Cleanup the net48 preprocessor directives in the source code