File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 747747 "listed" : true ,
748748 "version" : " 2.0.10"
749749 },
750+ "MasterMemory" : {
751+ "listed" : true ,
752+ "version" : " 3.0.1"
753+ },
754+ "MasterMemory.Annotations" : {
755+ "listed" : true ,
756+ "version" : " 2.0.0"
757+ },
750758 "MathNet.Numerics" : {
751759 "listed" : true ,
752760 "version" : " 4.0.0"
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