Skip to content

Commit 0a67fee

Browse files
committed
Retry fixing broken dependencies for VYaml from 0.1.0 to 0.21.0
1 parent d65ef4f commit 0a67fee

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

registry.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2210,6 +2210,12 @@
22102210
"listed": true,
22112211
"version": "0.0.999"
22122212
},
2213+
"VYaml.Core": {
2214+
"ignore": true
2215+
},
2216+
"VYaml.SourceGenerator.Roslyn3": {
2217+
"ignore": true
2218+
},
22132219
"WebDav.Client": {
22142220
"listed": true,
22152221
"version": "2.3.0"

src/UnityNuGet.Tests/RegistryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static async Task<TestCaseData[]> AllRegistries()
234234
@"XLParser",
235235
// Versions < 1.3.1 has dependencies on PolySharp
236236
@"Utf8StringInterpolation",
237-
// VYaml depends on VYaml.Core and VYaml.SourceGenerator.Roslyn which are no longer available on NuGet.org.
237+
// VYaml from 0.1.0 to 0.21.0 depends on VYaml.Core and VYaml.SourceGenerator.Roslyn which are no longer available on NuGet.org.
238238
@"VYaml",
239239
// Versions 2.0.0 has dependencies on Utf8StringInterpolation 1.3.0
240240
@"ZLogger"

0 commit comments

Comments
 (0)