File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 745745 },
746746 "MasterMemory" : {
747747 "listed" : true ,
748- "version" : " 2 .0.0 "
748+ "version" : " 3 .0.1 "
749749 },
750750 "MasterMemory.Annotations" : {
751751 "listed" : true ,
Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ static async Task<TestCaseData[]> AllRegistries()
185185 @"GraphQL.Client.Serializer.Newtonsoft" ,
186186 // Version 3.1.8 has dependency on `Panic.StringUtils` which doesn't support .netstandard2.0 or 2.1. Rest of versions are fine.
187187 @"GraphQL.Client.Serializer.SystemTextJson" ,
188+ // Version 3.0.0 has a dependency on MasterMemory.SourceGenerator that no longer exists
189+ @"MasterMemory" ,
188190 // Although 2.x targets .netstandard2.0 it has an abandoned dependency (Remotion.Linq) that does not target .netstandard2.0.
189191 // 3.1.0 is set because 3.0.x only targets .netstandard2.1.
190192 @"Microsoft.EntityFrameworkCore.*" ,
You can’t perform that action at this time.
0 commit comments