mirror of
https://github.com/gwdevhub/Daybreak.git
synced 2026-07-22 18:49:44 +00:00
ab1b604aec
* Resolve warnings and move shared props to Directory.Build.props and Directory.Packages.props * Cleanup more messages * Fix more messages * Fix build issues
8 lines
223 B
C#
8 lines
223 B
C#
using Microsoft.CorrelationVector;
|
|
|
|
namespace Daybreak.Shared.Models;
|
|
|
|
public class ScopeMetadata(CorrelationVector correlationVector)
|
|
{
|
|
public CorrelationVector CorrelationVector { get; set; } = correlationVector;
|
|
} |