diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
new file mode 100644
index 0000000..e40201c
--- /dev/null
+++ b/.github/copilot-instructions.md
@@ -0,0 +1,3 @@
+- @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools.
+- @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first.
+- @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it.
diff --git a/Samples/Twilight.Samples.CQRS/Twilight.Samples.CQRS.csproj b/Samples/Twilight.Samples.CQRS/Twilight.Samples.CQRS.csproj
index c5d5338..048b6fb 100644
--- a/Samples/Twilight.Samples.CQRS/Twilight.Samples.CQRS.csproj
+++ b/Samples/Twilight.Samples.CQRS/Twilight.Samples.CQRS.csproj
@@ -10,22 +10,22 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
diff --git a/Samples/Twilight.Samples.Common/Twilight.Samples.Common.csproj b/Samples/Twilight.Samples.Common/Twilight.Samples.Common.csproj
index e2fc32a..b8b8bef 100644
--- a/Samples/Twilight.Samples.Common/Twilight.Samples.Common.csproj
+++ b/Samples/Twilight.Samples.Common/Twilight.Samples.Common.csproj
@@ -9,11 +9,11 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/Src/Twilight.CQRS.Autofac/Twilight.CQRS.Autofac.csproj b/Src/Twilight.CQRS.Autofac/Twilight.CQRS.Autofac.csproj
index 0fd50ae..e7c7250 100644
--- a/Src/Twilight.CQRS.Autofac/Twilight.CQRS.Autofac.csproj
+++ b/Src/Twilight.CQRS.Autofac/Twilight.CQRS.Autofac.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/Src/Twilight.CQRS.Interfaces/Twilight.CQRS.Interfaces.csproj b/Src/Twilight.CQRS.Interfaces/Twilight.CQRS.Interfaces.csproj
index 524b80e..ef4ee1d 100644
--- a/Src/Twilight.CQRS.Interfaces/Twilight.CQRS.Interfaces.csproj
+++ b/Src/Twilight.CQRS.Interfaces/Twilight.CQRS.Interfaces.csproj
@@ -14,7 +14,7 @@
-
+
\ No newline at end of file
diff --git a/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.csproj b/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.csproj
index 2239114..5a73950 100644
--- a/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.csproj
+++ b/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.csproj
@@ -13,8 +13,8 @@
-
-
+
+
diff --git a/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.xml b/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.xml
index adff0b7..ae1e6ff 100644
--- a/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.xml
+++ b/Src/Twilight.CQRS.Messaging.InMemory.Autofac/Twilight.CQRS.Messaging.InMemory.Autofac.xml
@@ -41,6 +41,42 @@
+
+
+ High-performance logging extension methods for .
+ Uses LoggerMessage source generator to eliminate runtime overhead.
+
+
+
+
+ Logs a warning when no events are received for publishing.
+
+
+
+
+ Logs a critical error when multiple handlers are found for a command.
+
+
+
+
+ Logs a critical error when handler resolution fails.
+
+
+
+
+ Logs a critical error when a component is not found in the DI container.
+
+
+
+
+ Logs a critical error when a handler is not found.
+
+
+
+
+ Logs a critical error when handler execution fails.
+
+
Provides an extension that uses Autofac to register in-memory messaging.
diff --git a/Src/Twilight.CQRS/Twilight.CQRS.csproj b/Src/Twilight.CQRS/Twilight.CQRS.csproj
index ae0b77a..8728dcf 100644
--- a/Src/Twilight.CQRS/Twilight.CQRS.csproj
+++ b/Src/Twilight.CQRS/Twilight.CQRS.csproj
@@ -14,9 +14,9 @@
-
-
-
+
+
+
diff --git a/Src/Twilight.CQRS/Twilight.CQRS.xml b/Src/Twilight.CQRS/Twilight.CQRS.xml
index 09dbe0b..474e4de 100644
--- a/Src/Twilight.CQRS/Twilight.CQRS.xml
+++ b/Src/Twilight.CQRS/Twilight.CQRS.xml
@@ -311,11 +311,15 @@
+ The message correlation identifier.
+ The session identifier for the session to which this message belongs.
+
+ The causation identifier. Identifies the message that caused this message to be produced.
+ Optional.
+
-
- Initializes a new instance of the class.
-
+
The message correlation identifier.
The session identifier for the session to which this message belongs.
@@ -371,12 +375,25 @@
Implements .
Implements .
+ The event correlation identifier.
+ The session identifier.
+
+ The causation identifier. Identifies the message that caused this event to be produced.
+ Optional.
+
- Initializes a new instance of the class.
+
+ Represents something that has already taken place in the domain. As such, always name an event with a
+ past-participle verb, e.g. UserCreated. Events are facts and can be used to influence business decisions within
+ the domain. Irrespective of whether an event has parameters or not, an event is always a 'fire-and-forget'
+ operation and therefore does not return a response.
+
+ Implements .
+ Implements .
The event correlation identifier.
The session identifier.
@@ -384,6 +401,8 @@
The causation identifier. Identifies the message that caused this event to be produced.
Optional.
+
+
@@ -397,13 +416,28 @@
Implements .
The type of the parameters.
+ The parameters.
+ The event correlation identifier.
+ The session identifier.
+
+ The causation identifier. Identifies the message that caused this event to be produced.
+ Optional.
+
- Initializes a new instance of the class.
+
+ Represents something that has already taken place in the domain. As such, always name an event with a
+ past-participle verb, e.g. UserCreated. Events are facts and can be used to influence business decisions within
+ the domain. Irrespective of whether an event has parameters or not, an event is always a 'fire-and-forget'
+ operation and therefore does not return a response.
+
+ Implements .
+ Implements .
+ The type of the parameters.
The parameters.
The event correlation identifier.
The session identifier.
@@ -411,6 +445,8 @@
The causation identifier. Identifies the message that caused this event to be produced.
Optional.
+
+
@@ -472,19 +508,32 @@
Implements .
The type of the response.
+ The query correlation identifier.
+ The session identifier.
+
+ The causation identifier. Identifies the message that caused this query to be produced.
+ Optional.
+
- Initializes a new instance of the class.
+
+ Represents a result and does not change the observable state of the system (i.e. is free of side effects).
+
+ Implements .
+ Implements .
+ The type of the response.
The query correlation identifier.
The session identifier.
The causation identifier. Identifies the message that caused this query to be produced.
Optional.
+
+
@@ -496,13 +545,26 @@
The type of the parameters.
The type of the response.
+ The parameters.
+ The query correlation identifier.
+ The session identifier.
+
+ The causation identifier. Identifies the message that caused this query to be produced.
+ Optional.
+
- Initializes a new instance of the class.
+
+ Represents a result and does not change the observable state of the system (i.e. is free of side effects).
+
+ Implements .
+ Implements .
+ The type of the parameters.
+ The type of the response.
The parameters.
The query correlation identifier.
The session identifier.
@@ -510,6 +572,8 @@
The causation identifier. Identifies the message that caused this query to be produced.
Optional.
+
+
diff --git a/Test/Twilight.CQRS.Autofac.Tests.Unit/Twilight.CQRS.Autofac.Tests.Unit.csproj b/Test/Twilight.CQRS.Autofac.Tests.Unit/Twilight.CQRS.Autofac.Tests.Unit.csproj
index 01d2608..24e92ef 100644
--- a/Test/Twilight.CQRS.Autofac.Tests.Unit/Twilight.CQRS.Autofac.Tests.Unit.csproj
+++ b/Test/Twilight.CQRS.Autofac.Tests.Unit/Twilight.CQRS.Autofac.Tests.Unit.csproj
@@ -9,17 +9,18 @@
-
-
-
+
+
+
+
-
+
all
runtime; build; native; contentfiles; analyzers
-
+
diff --git a/Test/Twilight.CQRS.Benchmarks/Twilight.CQRS.Benchmarks.csproj b/Test/Twilight.CQRS.Benchmarks/Twilight.CQRS.Benchmarks.csproj
index 717a41b..67c1878 100644
--- a/Test/Twilight.CQRS.Benchmarks/Twilight.CQRS.Benchmarks.csproj
+++ b/Test/Twilight.CQRS.Benchmarks/Twilight.CQRS.Benchmarks.csproj
@@ -9,9 +9,9 @@
-
-
-
+
+
+
diff --git a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/AutofacDependencyResolutionFailureTests.cs b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/AutofacDependencyResolutionFailureTests.cs
index 24d5fae..304362b 100644
--- a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/AutofacDependencyResolutionFailureTests.cs
+++ b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/AutofacDependencyResolutionFailureTests.cs
@@ -26,16 +26,6 @@ public AutofacDependencyResolutionFailureTests()
_subject = _container.Resolve();
}
- public async Task InitializeAsync()
- => await Task.CompletedTask;
-
- public async Task DisposeAsync()
- {
- _container?.Dispose();
-
- await Task.CompletedTask;
- }
-
[Fact]
public async Task MessageSender_ThrowsWhenDependencyResolutionFails()
{
@@ -49,4 +39,16 @@ public async Task MessageSender_ThrowsWhenDependencyResolutionFails()
// Assert
result.IsSuccess.ShouldBe(false);
}
+
+ ///
+ public async ValueTask InitializeAsync()
+ => await Task.CompletedTask;
+
+ ///
+ public async ValueTask DisposeAsync()
+ {
+ _container?.Dispose();
+
+ await Task.CompletedTask;
+ }
}
diff --git a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Setup/IntegrationTestBase.cs b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Setup/IntegrationTestBase.cs
index 0744576..7701426 100644
--- a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Setup/IntegrationTestBase.cs
+++ b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Setup/IntegrationTestBase.cs
@@ -30,13 +30,17 @@ protected IntegrationTestBase()
protected IVerifier Verifier { get; }
- public async Task InitializeAsync()
+ ///
+ public async ValueTask InitializeAsync()
=> await Task.CompletedTask;
- public async Task DisposeAsync()
+ ///
+ public async ValueTask DisposeAsync()
{
_container.Dispose();
await Task.CompletedTask;
+
+ GC.SuppressFinalize(this);
}
}
diff --git a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj
index 091a04c..856cc9c 100644
--- a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj
+++ b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj
@@ -9,16 +9,17 @@
-
-
+
+
+
-
+
all
runtime; build; native; contentfiles; analyzers
-
+
diff --git a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj
index 9ca9bbe..8f63f16 100644
--- a/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj
+++ b/Test/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit/Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj
@@ -9,17 +9,18 @@
-
-
-
+
+
+
+
-
+
all
runtime; build; native; contentfiles; analyzers
-
+
diff --git a/Test/Twilight.CQRS.Tests.Unit/Twilight.CQRS.Tests.Unit.csproj b/Test/Twilight.CQRS.Tests.Unit/Twilight.CQRS.Tests.Unit.csproj
index 13e61c2..979dc96 100644
--- a/Test/Twilight.CQRS.Tests.Unit/Twilight.CQRS.Tests.Unit.csproj
+++ b/Test/Twilight.CQRS.Tests.Unit/Twilight.CQRS.Tests.Unit.csproj
@@ -9,16 +9,17 @@
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers
-
+
diff --git a/Twilight.sln b/Twilight.sln
deleted file mode 100644
index fef58d1..0000000
--- a/Twilight.sln
+++ /dev/null
@@ -1,145 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio Version 18
-VisualStudioVersion = 18.3.11206.111 d18.3
-MinimumVisualStudioVersion = 10.0.40219.1
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7F80EF36-698E-4D2C-9F28-86684EC5DF4A}"
- ProjectSection(SolutionItems) = preProject
- DependenciesGraph.png = DependenciesGraph.png
- LICENSE = LICENSE
- README.md = README.md
- EndProjectSection
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Interfaces", "Src\Twilight.CQRS.Interfaces\Twilight.CQRS.Interfaces.csproj", "{FBF4A6DF-A683-4960-AF89-87079CBAAEC5}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Messaging.Interfaces", "Src\Twilight.CQRS.Messaging.Interfaces\Twilight.CQRS.Messaging.Interfaces.csproj", "{DD65D5D3-6FBD-4709-B4FE-7BC2F912190A}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS", "Src\Twilight.CQRS\Twilight.CQRS.csproj", "{E7F1DF13-5089-41CE-8D5E-D461E99CB426}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Autofac", "Src\Twilight.CQRS.Autofac\Twilight.CQRS.Autofac.csproj", "{8C6EDB84-1065-4643-BAFB-74E4992452B1}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Messaging.InMemory.Autofac", "Src\Twilight.CQRS.Messaging.InMemory.Autofac\Twilight.CQRS.Messaging.InMemory.Autofac.csproj", "{97232A73-765D-4E57-B8F7-178C5FD1F906}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration", "Test\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj", "{143C2D4D-66F9-4C8A-8758-4BC5BCF3F928}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit", "Test\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj", "{5E69A57A-B4BF-4C25-82AD-A23CE049C119}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Tests.Common", "Test\Twilight.CQRS.Tests.Common\Twilight.CQRS.Tests.Common.csproj", "{EB3DEE27-091D-40DB-9BAC-AFFF049CFD39}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Tests.Unit", "Test\Twilight.CQRS.Tests.Unit\Twilight.CQRS.Tests.Unit.csproj", "{01860F80-5AD9-4251-B0F4-6DE9507DA39F}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Autofac.Tests.Unit", "Test\Twilight.CQRS.Autofac.Tests.Unit\Twilight.CQRS.Autofac.Tests.Unit.csproj", "{18337CF2-C3EA-4201-A597-DC9649D4EB2A}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CQRS", "CQRS", "{8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8B189B56-AD4C-4617-AC32-999567271C58}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{3C99F06C-4AD2-4328-B8C5-6988BF03F24A}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.Samples.CQRS", "Samples\Twilight.Samples.CQRS\Twilight.Samples.CQRS.csproj", "{3309A085-5888-4015-8382-4A7F1B493BDB}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.Samples.Common", "Samples\Twilight.Samples.Common\Twilight.Samples.Common.csproj", "{15E6B609-AAD2-4AD1-AB57-3ABC53A268FA}"
-EndProject
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Twilight.CQRS.Benchmarks", "Test\Twilight.CQRS.Benchmarks\Twilight.CQRS.Benchmarks.csproj", "{D64C370E-4942-4A93-9F94-A142B38830DB}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit", "Unit", "{8D6B35D2-B87B-4A92-A42B-11C6B0612726}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Integration", "Integration", "{6C54A309-86AB-4BCC-ACEE-6C400EEF180F}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Performance", "Performance", "{0E56099D-FEF0-4FBB-93E3-36B3F641DE42}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{C75D2542-C555-4524-86D4-67AE7E518C09}"
-EndProject
-Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Workflows", "Workflows", "{A269337C-D516-4F23-8BE8-EC6DDE7DE90F}"
- ProjectSection(SolutionItems) = preProject
- .github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
- .github\workflows\dotnet.yml = .github\workflows\dotnet.yml
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {FBF4A6DF-A683-4960-AF89-87079CBAAEC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {FBF4A6DF-A683-4960-AF89-87079CBAAEC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {FBF4A6DF-A683-4960-AF89-87079CBAAEC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {FBF4A6DF-A683-4960-AF89-87079CBAAEC5}.Release|Any CPU.Build.0 = Release|Any CPU
- {DD65D5D3-6FBD-4709-B4FE-7BC2F912190A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DD65D5D3-6FBD-4709-B4FE-7BC2F912190A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DD65D5D3-6FBD-4709-B4FE-7BC2F912190A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DD65D5D3-6FBD-4709-B4FE-7BC2F912190A}.Release|Any CPU.Build.0 = Release|Any CPU
- {E7F1DF13-5089-41CE-8D5E-D461E99CB426}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E7F1DF13-5089-41CE-8D5E-D461E99CB426}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E7F1DF13-5089-41CE-8D5E-D461E99CB426}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E7F1DF13-5089-41CE-8D5E-D461E99CB426}.Release|Any CPU.Build.0 = Release|Any CPU
- {8C6EDB84-1065-4643-BAFB-74E4992452B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {8C6EDB84-1065-4643-BAFB-74E4992452B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {8C6EDB84-1065-4643-BAFB-74E4992452B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {8C6EDB84-1065-4643-BAFB-74E4992452B1}.Release|Any CPU.Build.0 = Release|Any CPU
- {97232A73-765D-4E57-B8F7-178C5FD1F906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {97232A73-765D-4E57-B8F7-178C5FD1F906}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {97232A73-765D-4E57-B8F7-178C5FD1F906}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {97232A73-765D-4E57-B8F7-178C5FD1F906}.Release|Any CPU.Build.0 = Release|Any CPU
- {143C2D4D-66F9-4C8A-8758-4BC5BCF3F928}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {143C2D4D-66F9-4C8A-8758-4BC5BCF3F928}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {143C2D4D-66F9-4C8A-8758-4BC5BCF3F928}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {143C2D4D-66F9-4C8A-8758-4BC5BCF3F928}.Release|Any CPU.Build.0 = Release|Any CPU
- {5E69A57A-B4BF-4C25-82AD-A23CE049C119}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {5E69A57A-B4BF-4C25-82AD-A23CE049C119}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {5E69A57A-B4BF-4C25-82AD-A23CE049C119}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {5E69A57A-B4BF-4C25-82AD-A23CE049C119}.Release|Any CPU.Build.0 = Release|Any CPU
- {EB3DEE27-091D-40DB-9BAC-AFFF049CFD39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {EB3DEE27-091D-40DB-9BAC-AFFF049CFD39}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {EB3DEE27-091D-40DB-9BAC-AFFF049CFD39}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {EB3DEE27-091D-40DB-9BAC-AFFF049CFD39}.Release|Any CPU.Build.0 = Release|Any CPU
- {01860F80-5AD9-4251-B0F4-6DE9507DA39F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {01860F80-5AD9-4251-B0F4-6DE9507DA39F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {01860F80-5AD9-4251-B0F4-6DE9507DA39F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {01860F80-5AD9-4251-B0F4-6DE9507DA39F}.Release|Any CPU.Build.0 = Release|Any CPU
- {18337CF2-C3EA-4201-A597-DC9649D4EB2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {18337CF2-C3EA-4201-A597-DC9649D4EB2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {18337CF2-C3EA-4201-A597-DC9649D4EB2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {18337CF2-C3EA-4201-A597-DC9649D4EB2A}.Release|Any CPU.Build.0 = Release|Any CPU
- {3309A085-5888-4015-8382-4A7F1B493BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {3309A085-5888-4015-8382-4A7F1B493BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {3309A085-5888-4015-8382-4A7F1B493BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {3309A085-5888-4015-8382-4A7F1B493BDB}.Release|Any CPU.Build.0 = Release|Any CPU
- {15E6B609-AAD2-4AD1-AB57-3ABC53A268FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {15E6B609-AAD2-4AD1-AB57-3ABC53A268FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {15E6B609-AAD2-4AD1-AB57-3ABC53A268FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {15E6B609-AAD2-4AD1-AB57-3ABC53A268FA}.Release|Any CPU.Build.0 = Release|Any CPU
- {D64C370E-4942-4A93-9F94-A142B38830DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {D64C370E-4942-4A93-9F94-A142B38830DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {D64C370E-4942-4A93-9F94-A142B38830DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {D64C370E-4942-4A93-9F94-A142B38830DB}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(NestedProjects) = preSolution
- {FBF4A6DF-A683-4960-AF89-87079CBAAEC5} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {DD65D5D3-6FBD-4709-B4FE-7BC2F912190A} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {E7F1DF13-5089-41CE-8D5E-D461E99CB426} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {8C6EDB84-1065-4643-BAFB-74E4992452B1} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {97232A73-765D-4E57-B8F7-178C5FD1F906} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {143C2D4D-66F9-4C8A-8758-4BC5BCF3F928} = {6C54A309-86AB-4BCC-ACEE-6C400EEF180F}
- {5E69A57A-B4BF-4C25-82AD-A23CE049C119} = {8D6B35D2-B87B-4A92-A42B-11C6B0612726}
- {EB3DEE27-091D-40DB-9BAC-AFFF049CFD39} = {8B189B56-AD4C-4617-AC32-999567271C58}
- {01860F80-5AD9-4251-B0F4-6DE9507DA39F} = {8D6B35D2-B87B-4A92-A42B-11C6B0612726}
- {18337CF2-C3EA-4201-A597-DC9649D4EB2A} = {8D6B35D2-B87B-4A92-A42B-11C6B0612726}
- {8B189B56-AD4C-4617-AC32-999567271C58} = {8C3A64F8-54D3-4EFA-B910-2DDE79D7206C}
- {3309A085-5888-4015-8382-4A7F1B493BDB} = {3C99F06C-4AD2-4328-B8C5-6988BF03F24A}
- {15E6B609-AAD2-4AD1-AB57-3ABC53A268FA} = {3C99F06C-4AD2-4328-B8C5-6988BF03F24A}
- {D64C370E-4942-4A93-9F94-A142B38830DB} = {0E56099D-FEF0-4FBB-93E3-36B3F641DE42}
- {8D6B35D2-B87B-4A92-A42B-11C6B0612726} = {8B189B56-AD4C-4617-AC32-999567271C58}
- {6C54A309-86AB-4BCC-ACEE-6C400EEF180F} = {8B189B56-AD4C-4617-AC32-999567271C58}
- {0E56099D-FEF0-4FBB-93E3-36B3F641DE42} = {8B189B56-AD4C-4617-AC32-999567271C58}
- {C75D2542-C555-4524-86D4-67AE7E518C09} = {7F80EF36-698E-4D2C-9F28-86684EC5DF4A}
- {A269337C-D516-4F23-8BE8-EC6DDE7DE90F} = {C75D2542-C555-4524-86D4-67AE7E518C09}
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {C34924A5-C1CA-4D61-87AB-BD36772BA85E}
- EndGlobalSection
-EndGlobal
diff --git a/Twilight.sln.DotSettings b/Twilight.sln.DotSettings
deleted file mode 100644
index ad030e7..0000000
--- a/Twilight.sln.DotSettings
+++ /dev/null
@@ -1,6 +0,0 @@
-
- True
- True
- True
- True
- True
\ No newline at end of file
diff --git a/Twilight.slnx b/Twilight.slnx
new file mode 100644
index 0000000..16c553d
--- /dev/null
+++ b/Twilight.slnx
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/upgrade-assistant.clef b/upgrade-assistant.clef
deleted file mode 100644
index 78596b2..0000000
--- a/upgrade-assistant.clef
+++ /dev/null
@@ -1,978 +0,0 @@
-{"@t":"2022-11-18T08:24:35.1714164Z","@mt":"Hosting starting","@l":"Debug","EventId":{"Id":1,"Name":"Starting"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
-{"@t":"2022-11-18T08:24:35.2282144Z","@mt":"Configuration loaded from context base directory: {BaseDirectory}","@l":"Debug","BaseDirectory":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner"}
-{"@t":"2022-11-18T08:24:35.3349753Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"NuGet","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\nuget","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3437364Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"BinaryAnalysis","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\binaryanalysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3443747Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Default","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\default","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3448170Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"try-convert","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\try-convert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3452674Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"VB","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\vb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3473595Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Web","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\web","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3479305Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"windows","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3484264Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"MAUI","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\maui","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3488679Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"WCFUpdater","Location":"C:\\Users\\virtu\\.dotnet\\tools\\.store\\upgrade-assistant\\0.4.355802\\upgrade-assistant\\0.4.355802\\tools\\net7.0\\any\\extensions\\wcf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.3503372Z","@mt":"Loaded {Count} extensions","Count":9,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
-{"@t":"2022-11-18T08:24:35.5923912Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Common, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.6236014Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Commands, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.6466868Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.DependencyResolver.Core, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.6620937Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Packaging, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.6874250Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Frameworks, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.7030589Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Protocol, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.7303991Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Versioning, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.7440851Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.ProjectModel, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.7634168Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Configuration, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.7991727Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Azure.Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.8175004Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Azure.Storage.Blobs, Version=12.13.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.8571290Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Packaging, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.8803843Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Versioning, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.8932770Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Protocol, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.9174378Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Common, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:35.9318849Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Frameworks, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0086362Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0227939Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0363987Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0508397Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0649086Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.0791488Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.1003979Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.1152040Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.1538505Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"MSBuild.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convert1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.1994837Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Web1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.2140819Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.AspNetCore.Razor.Language, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60","Extension":"UA_Web1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.2440463Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f","Extension":"UA_Web1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:36.3701471Z","@mt":"Using Visual Studio v{VsVersion} [{VsPath}]","@l":"Debug","VsVersion":"17.5.33103.201","VsPath":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Preview","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder"}
-{"@t":"2022-11-18T08:24:36.6006251Z","@mt":"Using MSBuild from {Path}","Path":"C:\\Program Files\\dotnet\\sdk\\7.0.100\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"}
-{"@t":"2022-11-18T08:24:36.6030937Z","@mt":"Using Visual Studio install from {Path} [v{Version}]","Path":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Preview","Version":17,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"}
-{"@t":"2022-11-18T08:24:36.7872531Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Credentials, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:37.0193584Z","@mt":"Found package sources: {PackageSources}","@l":"Debug","PackageSources":["https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json]"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetPackageSourceFactory"}
-{"@t":"2022-11-18T08:24:37.3403633Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3404941Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3405626Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3406224Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3406853Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3407421Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3407978Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3408999Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3409590Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3410150Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3410852Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3411435Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3412136Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3412853Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3413554Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3414605Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiWorkloadUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3414921Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3415131Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3415324Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.XamlNamespaceUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3415956Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.WCFUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.3457738Z","@mt":"Finished ordering upgrade steps: {UpgradeStepList}","@l":"Debug","UpgradeStepList":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiWorkloadUpgradeStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep, Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.XamlNamespaceUpgradeStep, Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.WCFUpdater.WCFUpdateStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep, Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"}
-{"@t":"2022-11-18T08:24:37.4038826Z","@mt":"Generating context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
-{"@t":"2022-11-18T08:24:37.4319951Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"}
-{"@t":"2022-11-18T08:24:37.4430708Z","@mt":"Initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
-{"@t":"2022-11-18T08:24:39.4900149Z","@mt":"Unable to resolve assembly {AssemblyName}","@l":"Debug","AssemblyName":"Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup"}
-{"@t":"2022-11-18T08:24:39.6932239Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:40.1119007Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Interfaces\\Twilight.CQRS.Messaging.Interfaces.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:40.2946972Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:40.5474039Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS\\Twilight.CQRS.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:40.7448630Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:40.9648504Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.InMemory.Autofac\\Twilight.CQRS.Messaging.InMemory.Autofac.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:41.2998839Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration\\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Integration.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:41.5002864Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Tests.Common\\Twilight.CQRS.Tests.Common.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:41.7533013Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit\\Twilight.CQRS.Messaging.InMemory.Autofac.Tests.Unit.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:42.0344241Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Tests.Unit\\Twilight.CQRS.Tests.Unit.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:42.2659173Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Messaging.Common.Tests.Unit\\Twilight.CQRS.Messaging.Common.Tests.Unit.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:42.5233439Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Autofac.Tests.Unit\\Twilight.CQRS.Autofac.Tests.Unit.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:42.8580307Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Samples\\Twilight.Samples.CQRS\\Twilight.Samples.CQRS.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:43.1790336Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Samples\\Twilight.Samples.Common\\Twilight.Samples.Common.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:43.4173726Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'c:\\Git\\verifiedcoder\\temp\\Twilight\\Test\\Twilight.CQRS.Benchmarks\\Twilight.CQRS.Benchmarks.csproj' with message: C:\\Program Files\\dotnet\\sdk\\7.0.100\\Microsoft.CSharp.CurrentVersion.targets: (129, 9): Could not find rule set file \"ManagedMinimumRules.ruleset\".","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"}
-{"@t":"2022-11-18T08:24:43.7095149Z","@mt":"Done initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
-{"@t":"2022-11-18T08:24:43.7800774Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:24:43.7886432Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:24:43.7888576Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:24:44.1278751Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.LibraryModel, Version=6.2.2.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:44.2484459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.2509207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0637b8-3a80-4fa0-a129-518a4033a007\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.2721018Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed","Extension":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:24:44.4064840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0637b8-3a80-4fa0-a129-518a4033a007\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.4227546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.5582462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.8381089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.8563803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9200707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9201286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c27754b-4ef2-4a91-9bb3-a267658f57a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9206464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c27754b-4ef2-4a91-9bb3-a267658f57a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9208343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9218853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9226412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9226793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:44.9303303Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:44.9317248Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.0503779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0504805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d9545b5-ec92-4f33-ae0f-0c4f18d46673\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0508019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d9545b5-ec92-4f33-ae0f-0c4f18d46673\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0508899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0516123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0553782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0554323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0582533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0583034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\673b53f4-07cd-44de-8252-f7808a692d73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0585676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\673b53f4-07cd-44de-8252-f7808a692d73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0586437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0587929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0591880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0592197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.0618035Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:45.0652207Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.0653543Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.1730809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1731578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab545e21-637e-4988-a895-c296dce31f92\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1734013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab545e21-637e-4988-a895-c296dce31f92\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1734754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1735127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1737162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1737439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1764606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1765024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f2657c2-e75d-45fc-a3c7-fce24f302d2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1767103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f2657c2-e75d-45fc-a3c7-fce24f302d2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1767799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1768118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1770133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1770401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.1774065Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.1775224Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.2732252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2732967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f431c021-0723-4567-8a0e-c0950436d10e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2736321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f431c021-0723-4567-8a0e-c0950436d10e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2737151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2762304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2836250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2836777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2866347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2866805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a02b511-6c78-4a7e-8911-60314586de84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2869270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a02b511-6c78-4a7e-8911-60314586de84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2870017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2870666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2876831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2877224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.2912606Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:45.2947902Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.2948538Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.4176949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4177657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ae4fa73-2294-4c1d-80e9-3d5d3e9150be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4180259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ae4fa73-2294-4c1d-80e9-3d5d3e9150be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4181027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4309101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4410786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4411445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4441633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4442091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bce5cb58-788c-4c54-ad30-08cd292f40c5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4444465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bce5cb58-788c-4c54-ad30-08cd292f40c5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4445203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4445894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4452448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4452862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.4458090Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:45.4485401Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.4485770Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.5499400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5500021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\314989dc-6a62-45b1-b287-656f64ef08b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5502970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\314989dc-6a62-45b1-b287-656f64ef08b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5503773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5524161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5578503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5578921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5611064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5611666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c0181e-5c43-4c30-b4d9-b20ac11f6467\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5614287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c0181e-5c43-4c30-b4d9-b20ac11f6467\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5615049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5615800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5623133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5623567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.5629184Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:45.5658344Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.5658838Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:45.8219659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.8220736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e5de2c2-5371-469f-a96b-a6743326c76b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.8224140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e5de2c2-5371-469f-a96b-a6743326c76b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.8225007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:45.9002164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2098682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2105616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2198182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2198781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3137e39-5387-41ac-a52b-7c6eb5c2e5a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2201891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3137e39-5387-41ac-a52b-7c6eb5c2e5a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2202827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2213990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2360032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2375351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.2391389Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:46.2419557Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.2419944Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.3384879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.3385639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fae8f78-cbb2-4913-ba4a-d046d09518d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.3389236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fae8f78-cbb2-4913-ba4a-d046d09518d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.3390125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.4032735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6503156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6507859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6591848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6592832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b84c3817-7b5d-44e6-92a9-04fea1aa8629\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6595875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b84c3817-7b5d-44e6-92a9-04fea1aa8629\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6596674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6607705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6779024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6783630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6801350Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:46.6832906Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.6833319Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.6861720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6862423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0bfa68e-5b78-4973-a35b-7a999048382e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6865018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0bfa68e-5b78-4973-a35b-7a999048382e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6865818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6866187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6869941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6870736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6923778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6924540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa35e67-e7a7-479b-8b4e-7cfca21c17c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6927628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa35e67-e7a7-479b-8b4e-7cfca21c17c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6928489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6928871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6931141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6931438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.6935536Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.6935919Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:46.8078995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.8079713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\babdf31b-6c87-4ec5-a661-3a611e603a07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.8082378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\babdf31b-6c87-4ec5-a661-3a611e603a07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.8083179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:46.8797920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1266353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1271016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1350536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1351137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5a16891-3063-41ef-8ac6-46d3e0ec0cab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1353993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5a16891-3063-41ef-8ac6-46d3e0ec0cab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1354837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1365493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1521662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1526293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.1542002Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Interfaces\\Twilight.CQRS.Messaging.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:47.1564665Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:47.1565057Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:47.2602769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.2603464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e369b01-99dc-4045-bac4-4902dcdf4813\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.2606810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e369b01-99dc-4045-bac4-4902dcdf4813\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.2607706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.3282751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5733438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5737971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5820630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5821230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcbe61ad-903b-423a-a51e-27cf1b066d57\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5824206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcbe61ad-903b-423a-a51e-27cf1b066d57\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5824993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5835807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5983823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.5988133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.6004000Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:47.6044572Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:47.6045088Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:47.6927651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.6928401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01b93c13-355c-474c-9414-4530d9150d0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.6931548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01b93c13-355c-474c-9414-4530d9150d0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.6932356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:47.7793398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0312120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0316644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0401733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0402414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80bf71b8-4779-4735-9f82-1d98889937be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0405566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80bf71b8-4779-4735-9f82-1d98889937be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0406397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0417793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0635498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0644505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.0668898Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:48.0710069Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:48.0710506Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:24:48.2738543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.2739560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edc7d68d-947c-456f-9116-418aba5f8e42\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.2744139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edc7d68d-947c-456f-9116-418aba5f8e42\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.2745343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3185623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3782605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3784991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3839990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3840580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2874f4f9-39db-4327-852a-80741e28df59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3843341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2874f4f9-39db-4327-852a-80741e28df59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3844108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3849318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3996412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.3998832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:24:48.4009312Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:24:48.4050789Z","@mt":"Recommending executable TFM {TFM} because the project builds to an executable","TFM":"net7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.ExecutableTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:54.1674077Z","@mt":"Skipping upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep"}
-{"@t":"2022-11-18T08:25:54.1690760Z","@mt":"Upgrade step {StepTitle} skipped","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep"}
-{"@t":"2022-11-18T08:25:58.4179149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4179789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13271b8c-af42-4dd2-8565-6baab4584dc4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4184510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13271b8c-af42-4dd2-8565-6baab4584dc4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4185414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4186113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4193424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4193786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4221401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4221843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f010f32-2d83-4516-8eb7-a39806e6a8e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4224366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f010f32-2d83-4516-8eb7-a39806e6a8e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4225552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4226039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4229637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4229956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4233483Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4233783Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4256098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4256558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fa50e37-cee4-41e3-bb74-e78e6ec95055\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4259007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fa50e37-cee4-41e3-bb74-e78e6ec95055\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4259729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4260164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4263488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4263787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4286433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4286804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fddbbe94-b988-4d22-9bf0-d620b3460c27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4289005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fddbbe94-b988-4d22-9bf0-d620b3460c27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4289690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4290092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4293339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4293648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4296892Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.4330401Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4330701Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4353284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4353752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4947b083-4cbe-46ce-8110-4e3faaf48ef2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4356148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4947b083-4cbe-46ce-8110-4e3faaf48ef2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4356881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4357199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4359254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4359517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4382992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4383378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8339da6-d0a9-4d72-8710-ba1ca10c33bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4385942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8339da6-d0a9-4d72-8710-ba1ca10c33bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4386671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4386995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4388776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4389026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4392053Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4392330Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4413548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4413996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\823b0d6b-1871-4e09-971b-7c599f189297\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4416653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\823b0d6b-1871-4e09-971b-7c599f189297\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4428601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4429894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4436846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4437239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4461590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4461955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23ed5b54-f14a-4bc6-8846-6e9f6048763a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4464385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23ed5b54-f14a-4bc6-8846-6e9f6048763a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4465101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4465647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4470989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4471357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4474938Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.4509557Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4509903Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4534483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4535051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b4050bc-f446-4b9f-8c8c-4e17fb96c974\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4538364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b4050bc-f446-4b9f-8c8c-4e17fb96c974\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4539277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4539969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4546804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4547205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4573247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4573761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca166176-96ec-4e1e-9914-defe51376516\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4576551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca166176-96ec-4e1e-9914-defe51376516\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4577341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4578002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4584372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4584797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4589222Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.4620644Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4620924Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4644272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4644767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ee2086e-e9e8-46b8-a3dc-944fb6d24cac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4647358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ee2086e-e9e8-46b8-a3dc-944fb6d24cac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4648242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4648897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4654843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4655225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4681772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4682288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe4c3a4-2825-48fd-bb05-0111055b3456\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4684842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe4c3a4-2825-48fd-bb05-0111055b3456\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4685606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4686177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4692575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4693039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4697747Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.4723768Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4724069Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.4750877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4751406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3fc9db8-14e4-4acf-a5c4-d9525d5eae12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4755036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3fc9db8-14e4-4acf-a5c4-d9525d5eae12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4756246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.4771105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5050235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5056058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5176775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5178718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bc29a11-cdb4-43a2-b30d-52ec05f1779b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5187578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bc29a11-cdb4-43a2-b30d-52ec05f1779b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5189809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5214348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5470886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5476236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5497248Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.5531247Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.5532302Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.5596047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5598525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ad6942-544c-422a-a26e-f5045d434721\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5609703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ad6942-544c-422a-a26e-f5045d434721\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5612005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5644431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5808078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5813159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5852508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5853076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5820dc52-5aa3-4634-94bc-8abddc05efc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5856357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5820dc52-5aa3-4634-94bc-8abddc05efc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5857188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.5873124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6104957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6110386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6131629Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.6169570Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.6170752Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.6232668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6235507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5beae0e8-a129-43eb-b0cd-c8fe566752b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6247343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5beae0e8-a129-43eb-b0cd-c8fe566752b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6250042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6251192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6256170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6256699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6337936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6339260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c21f8d79-75ce-4071-bfc9-e4aa61ead844\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6344514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c21f8d79-75ce-4071-bfc9-e4aa61ead844\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6345467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6345851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6348829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6349124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6353039Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.6366519Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.6391379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6391874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f481e5a-5719-40a5-a75b-3855d213c71d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6394961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f481e5a-5719-40a5-a75b-3855d213c71d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6395732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6405670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6659123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6663710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6700744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6701196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46b5c7cc-e5ba-4b2e-9778-342beb5995cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6703981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46b5c7cc-e5ba-4b2e-9778-342beb5995cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6705141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6715039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6943125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6947742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.6962470Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Interfaces\\Twilight.CQRS.Messaging.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.6987972Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.6988317Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.7013367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7013842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\084f7a50-9554-447b-98d6-f7c333d1aad9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7016547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\084f7a50-9554-447b-98d6-f7c333d1aad9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7017555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7028184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7165241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7169524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7204949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7205452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01b19a2d-a1ad-466c-9761-3feb1fddb2b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7208464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01b19a2d-a1ad-466c-9761-3feb1fddb2b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7210223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7231918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7366560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7372007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7388992Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.7421953Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.7423731Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.7479105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7480934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8db55e54-6450-4ea0-a44d-7becd12eb29d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7489122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8db55e54-6450-4ea0-a44d-7becd12eb29d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7490983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7547146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7692921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7698488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7773774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7775669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b229b31-71f5-4dbb-b275-8c1e3a38bbb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7845493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b229b31-71f5-4dbb-b275-8c1e3a38bbb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7851080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.7890775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8040145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8044773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8069172Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.8100907Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8101254Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8126493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8126966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8855a8e8-78f9-4dc5-94d1-6b1c4b6a9c2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8129974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8855a8e8-78f9-4dc5-94d1-6b1c4b6a9c2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8130769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8134922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8198305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8204372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8254738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8256002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6879f95f-a99c-4233-bd8e-ed97b57aea86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8262648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6879f95f-a99c-4233-bd8e-ed97b57aea86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8263841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8300252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8368052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8370509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8379799Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.8406837Z","@mt":"Recommending executable TFM {TFM} because the project builds to an executable","TFM":"net7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.ExecutableTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.8468247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8471649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\751528a9-3107-4766-ba4b-fa8ae581c060\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8479887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\751528a9-3107-4766-ba4b-fa8ae581c060\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8481390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8483038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8487275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8487826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8513579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8514021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a872cad2-7ac7-42e1-ae2d-7ab8cedccfb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8516514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a872cad2-7ac7-42e1-ae2d-7ab8cedccfb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8517269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8517750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8521627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8521937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8525285Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8525564Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8547345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8547784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e66dfc62-e02b-4455-990b-537c34c04fc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8550106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e66dfc62-e02b-4455-990b-537c34c04fc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8550786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8551202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8554387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8554682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8576801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8577155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75d5d381-55dc-4802-af8e-2d605c61f027\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8579427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75d5d381-55dc-4802-af8e-2d605c61f027\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8580125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8580520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8596384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8596816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8600361Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.8648163Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8649210Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8695661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8697656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a16791e1-a905-4e9c-a302-701ea5bd5e6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8705495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a16791e1-a905-4e9c-a302-701ea5bd5e6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8706830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8707554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8711995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8712445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8782787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8786114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df202458-6475-4ed9-8f67-cedd18ba2a14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8800998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df202458-6475-4ed9-8f67-cedd18ba2a14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8807541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8809660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8820019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8821595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8835055Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8835660Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.8865090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8866572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d55bb4bf-ac61-4240-bb8c-d8ffbf0ff959\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8873500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d55bb4bf-ac61-4240-bb8c-d8ffbf0ff959\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8875116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8876553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8886671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8887614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8929527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8931820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34887f0e-7531-47aa-a236-10f26d77c5fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8939051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34887f0e-7531-47aa-a236-10f26d77c5fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8940534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8942427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8958579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8960029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.8977565Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.9031467Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9032899Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9089835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9090703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f00b4262-9a22-40b0-833a-f0b55a5a0d03\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9093946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f00b4262-9a22-40b0-833a-f0b55a5a0d03\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9094757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9095395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9101681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9102167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9155826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9156832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38fbb400-9b49-44c2-8fa0-17378dfcb55d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9162056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38fbb400-9b49-44c2-8fa0-17378dfcb55d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9163456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9164698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9176816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9178003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9196970Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.9243935Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9245701Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9358195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9359441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a9a9cda-cc0d-4fad-a364-ccb7cbaecdfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9364210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a9a9cda-cc0d-4fad-a364-ccb7cbaecdfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9365373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9366584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9375491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9376327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9423945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9427671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa4f453-0f5f-4ca1-ae50-9aeb6b299fee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9444113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa4f453-0f5f-4ca1-ae50-9aeb6b299fee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9449894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9452845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9470223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9471596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9485447Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:58.9525887Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9527645Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:58.9584470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9585941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\caa1518d-d34f-4d79-b135-76e22cd2a001\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9590786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\caa1518d-d34f-4d79-b135-76e22cd2a001\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9591845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9608537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9968868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:58.9982453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0105908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0107275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4550939-8e5c-4cc1-ab5b-8f480af105b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0113757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4550939-8e5c-4cc1-ab5b-8f480af105b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0115593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0141403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0511253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0515961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0530069Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.0555357Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.0555647Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.0580865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0581395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dc714e0-206e-49e2-a1ac-7c49a6b729fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0584079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dc714e0-206e-49e2-a1ac-7c49a6b729fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0584832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0606640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0750071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0754820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0791141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0791597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01068d1b-030d-4dd4-a530-20769f16c9d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0794432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01068d1b-030d-4dd4-a530-20769f16c9d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0795154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0805237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0988033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.0994740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1008738Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.1032111Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1032458Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1056820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1057428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba9ce7c1-40fe-42a1-a67a-a017e95b819d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1059804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba9ce7c1-40fe-42a1-a67a-a017e95b819d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1060648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1060994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1062917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1063177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1087390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1087783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\432e9943-ed30-425a-8aa7-b6ce60733ab6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1089970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\432e9943-ed30-425a-8aa7-b6ce60733ab6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1090761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1091080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1092878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1093129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1096089Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1096380Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1118712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1119159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29c30583-65a4-46ba-8394-0881414d1c0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1121778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29c30583-65a4-46ba-8394-0881414d1c0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1122514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1156944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1394313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1400695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1487000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1489420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fc3abdf-85a6-48b2-a606-6a1c0e376769\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1495621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fc3abdf-85a6-48b2-a606-6a1c0e376769\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1497072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1526435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1820025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1824969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1839020Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Interfaces\\Twilight.CQRS.Messaging.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.1869440Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1869721Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.1893783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1894266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05f1a756-ffea-479c-8246-c5c91a8d3ae3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1897290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05f1a756-ffea-479c-8246-c5c91a8d3ae3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1898076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.1908391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2066385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2070735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2107277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2107879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da9057b7-655d-4dbb-b153-d4fd41ccf1aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2110887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da9057b7-655d-4dbb-b153-d4fd41ccf1aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2111685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2122372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2269874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2274219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2287201Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.2313565Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.2313864Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.2337774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2338286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f096950-9bb1-41b9-a6c8-b5d56e80b115\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2340809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f096950-9bb1-41b9-a6c8-b5d56e80b115\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2341504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2351428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2541473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2549540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2605795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2606455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74882c19-034e-4221-b38b-fb4c86108f29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2609585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74882c19-034e-4221-b38b-fb4c86108f29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2610381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2636344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2777025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2781583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2795164Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.2826836Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.2827115Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.2851351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2851789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7f6ad7c-47c2-469f-bf68-f31bda17502d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2854342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7f6ad7c-47c2-469f-bf68-f31bda17502d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2855042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2859143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2923298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2926149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2985006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2986388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c64addc8-f8a3-433c-bc64-42d3202a9d02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2994175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c64addc8-f8a3-433c-bc64-42d3202a9d02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.2995695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3004064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3069582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3072184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3097906Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.3121403Z","@mt":"Recommending executable TFM {TFM} because the project builds to an executable","TFM":"net7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.ExecutableTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.3145826Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:25:59.3189519Z","@mt":"Unexpected error initializing step","@l":"Error","@x":"System.InvalidOperationException: Entrypoint must be set before using this step\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep.InitializeImplAsync(IUpgradeContext context, CancellationToken token) in /_/src/extensions/default/Microsoft.DotNet.UpgradeAssistant.Steps.Solution/CurrentProjectSelectionStep.cs:line 85\r\n at Microsoft.DotNet.UpgradeAssistant.UpgradeStep.InitializeAsync(IUpgradeContext context, CancellationToken token) in /_/src/common/Microsoft.DotNet.UpgradeAssistant.Abstractions/UpgradeStep.cs:line 134","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"}
-{"@t":"2022-11-18T08:25:59.3409849Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:25:59.3410170Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
-{"@t":"2022-11-18T08:25:59.3456731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3457266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f7af53a-ba78-454b-b768-41a326c5ef8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3460546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f7af53a-ba78-454b-b768-41a326c5ef8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3461335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3461945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3465848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3466159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3492667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3493403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d32131f-5b0b-4d3b-8606-407b9f06c43f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3496824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d32131f-5b0b-4d3b-8606-407b9f06c43f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3497725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3498468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3504643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3504956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3508581Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3508871Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3531888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3532441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2416c5ab-4f23-4567-a2b6-9ac1646951e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3535054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2416c5ab-4f23-4567-a2b6-9ac1646951e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3535836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3536437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3540192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3540499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3564509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3564994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddd94b40-7691-41f5-b881-10e62e45c2a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3567462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddd94b40-7691-41f5-b881-10e62e45c2a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3568192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3568933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3572456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3572760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3576542Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.3605501Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3605955Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3663817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3664563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ac6e6f8-ca81-4b7a-974d-45e162149693\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3667881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ac6e6f8-ca81-4b7a-974d-45e162149693\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3668813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3669225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3671615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3671903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3712619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3714245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab6db05c-622f-442e-9f39-4066eb3dbf67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3719811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab6db05c-622f-442e-9f39-4066eb3dbf67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3721536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3722151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3726287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3726692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3735923Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3736348Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3799783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3800387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db56a625-7bf6-4bd5-ab40-2b122ee6d5ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3802976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db56a625-7bf6-4bd5-ab40-2b122ee6d5ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3803686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3804293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3810806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3811239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3858408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3859341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef4640e3-62a7-4df6-a16c-d01eaf2d34d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3863089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef4640e3-62a7-4df6-a16c-d01eaf2d34d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3864059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3864892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3877310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3878144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.3897493Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.3942984Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.3944572Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.4037788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4038748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10159b92-4268-4f5f-b0cb-5245a4589473\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4043010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10159b92-4268-4f5f-b0cb-5245a4589473\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4043983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4044964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4051774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4052184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4106976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4107583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c9afd1f-07f5-4775-939a-1f830b0a34ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4110768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c9afd1f-07f5-4775-939a-1f830b0a34ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4111560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4112238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4119243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4120341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4141337Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Interfaces\\Twilight.CQRS.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.4216982Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.4218570Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.4317986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4319147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53cecbd6-ccf7-4fc0-8855-a33252ba8e0b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4324847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53cecbd6-ccf7-4fc0-8855-a33252ba8e0b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4326403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4327776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4337960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4339099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4395691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4397764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7b57707-0b8b-498c-99cf-ca7fca1936a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4404180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7b57707-0b8b-498c-99cf-ca7fca1936a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4405828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4407642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4423294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4424801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4445196Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.4509567Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.4511323Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.4583441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4587654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0918b7c8-3b96-40a2-922a-6d42fd5707f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4598096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0918b7c8-3b96-40a2-922a-6d42fd5707f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4599815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4626979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4916676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.4938429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5030056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5031582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\721cbaa3-98bf-44a1-aa42-4c11ebc245ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5037920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\721cbaa3-98bf-44a1-aa42-4c11ebc245ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5040646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5076451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5388577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5405474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5461874Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.5499498Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.5500688Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.5600010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5600657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae17be87-5f99-48ae-bfee-43564cefff10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5603583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae17be87-5f99-48ae-bfee-43564cefff10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5604340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5628487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5772632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5777218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5812663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5813099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a3be63c-2353-4545-b630-48f5690039b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5815643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a3be63c-2353-4545-b630-48f5690039b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5816342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.5826330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6004219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6008760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6023369Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.6062366Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6062789Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6107868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6109641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a3337c-4ad6-463c-9883-a492bcf91bfc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6115774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a3337c-4ad6-463c-9883-a492bcf91bfc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6117205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6117968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6121985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6122579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6195740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6196670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\daf35fc7-bb35-47cd-9cab-8ee0638cbc4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6200467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\daf35fc7-bb35-47cd-9cab-8ee0638cbc4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6201275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6201699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6203792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6204051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6209219Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6209616Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6240298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6240835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\105cec0f-a639-4fcf-b8fb-ee025fa86dea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6243533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\105cec0f-a639-4fcf-b8fb-ee025fa86dea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6244219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6264994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6409281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6414382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6506058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6507998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5631e92f-65bd-4b48-ad69-d757dba6c8d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6514666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5631e92f-65bd-4b48-ad69-d757dba6c8d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6516027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6533820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6723991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6758855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6803667Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Interfaces\\Twilight.CQRS.Messaging.Interfaces.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.6855944Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6856327Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.6881481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6881957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d39d454-6114-403c-a778-aaf9487a00a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6884516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d39d454-6114-403c-a778-aaf9487a00a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6885213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.6895046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7043209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7047564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7082141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7082534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae6b5a4-fb0b-4456-a00d-69d48e48bb25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7084987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae6b5a4-fb0b-4456-a00d-69d48e48bb25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7085675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7095346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7245502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7252810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7273631Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Messaging.Common\\Twilight.CQRS.Messaging.Common.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.7322128Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.7323465Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.7380884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7382542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00104596-b730-4042-b80d-3a7713dbed9d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7388526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00104596-b730-4042-b80d-3a7713dbed9d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7390506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7413014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7676283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7685944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7723676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7724226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60b5336b-7963-4c79-942c-4c24a41aa58b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7726889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60b5336b-7963-4c79-942c-4c24a41aa58b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7727640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.7738242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8041675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8047587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8080269Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.8136885Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.8138008Z","@mt":"Could not find an output type","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
-{"@t":"2022-11-18T08:25:59.8224736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8228884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35d892cf-3539-49c9-bf9b-d994c9cc30b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8235999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35d892cf-3539-49c9-bf9b-d994c9cc30b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8237260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8248794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8395192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8397698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8443525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 12 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8444340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b384f278-bef9-4da2-9c78-589b3ffd6161\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8448259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\virtu\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b384f278-bef9-4da2-9c78-589b3ffd6161\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8449098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8453771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8522320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8528156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"}
-{"@t":"2022-11-18T08:25:59.8558483Z","@mt":"Recommending TFM {TFM} because of dependency on project {Dependency}","TFM":"net6.0","Dependency":"c:\\Git\\verifiedcoder\\temp\\Twilight\\Src\\Twilight.CQRS.Autofac\\Twilight.CQRS.Autofac.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:25:59.8633410Z","@mt":"Recommending executable TFM {TFM} because the project builds to an executable","TFM":"net7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.ExecutableTargetFrameworkSelectorFilter"}
-{"@t":"2022-11-18T08:26:14.1015267Z","@mt":"No state to save","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.FileUpgradeStateFactory"}
-{"@t":"2022-11-18T08:26:14.1088644Z","@mt":"Hosting started","@l":"Debug","EventId":{"Id":2,"Name":"Started"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
-{"@t":"2022-11-18T08:26:14.1107391Z","@mt":"Hosting stopping","@l":"Debug","EventId":{"Id":3,"Name":"Stopping"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
-{"@t":"2022-11-18T08:26:14.1120525Z","@mt":"Hosting stopped","@l":"Debug","EventId":{"Id":4,"Name":"Stopped"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
-{"@t":"2022-11-18T08:26:14.1145626Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_NuGet1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1154625Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_BinaryAnalysis1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1154997Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Default1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155127Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_try-convert1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155221Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_VB1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155322Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Web1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155407Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_windows1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155496Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_MAUI1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
-{"@t":"2022-11-18T08:26:14.1155581Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_WCFUpdater1dea24ad540c43f7b491d79172847982","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}