Particular / ServiceControl.Contracts

Contains the message contracts for external events pushed by ServiceControl
https://docs.particular.net/servicecontrol/contracts
Other
1 stars 1 forks source link

Switch target framework to .NET Standard 2.0 #343

Closed danielmarbach closed 1 month ago

danielmarbach commented 1 month ago

Description

Switch target framework to .NET Standard 2.0

Documentation

https://docs.particular.net/samples/servicecontrol/events-subscription/

Describe the suggested improvement

ServiceControl.Contracts has historically been multi targeted for specific TFM. This is not necessary since it only contains simple POCOs.

Is your improvement related to a problem? Please describe.

Describe the suggested solution

Switch to .NET Standard 2.0 similar to the message interface assemblies

Describe alternatives you've considered

Constantly changing the TFMs which is cumbersome and overkill.

Additional Context

No response

danielmarbach commented 1 month ago

Will be released as part of 5.0.0