Skip to content

Commit

Permalink
Remove dependency from SprightBlazor to NimbleBlazor
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Apr 29, 2024
1 parent 53b4846 commit e678ff5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 30 deletions.
1 change: 0 additions & 1 deletion packages/nimble-blazor/SprightBlazor/SprightBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.28" />
<PackageReference Include="NI.CSharp.Analyzers" Version="[2.0.21]" PrivateAssets="all" />
<PackageReference Include="NimbleBlazor" Version="16.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 0 additions & 9 deletions packages/nimble-blazor/SprightBlazor/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@
"StyleCop.Analyzers": "1.2.0-beta.435"
}
},
"NimbleBlazor": {
"type": "Direct",
"requested": "[16.0.4, )",
"resolved": "16.0.4",
"contentHash": "Zv/flgCXKmGKQ80DZLwm3XqcRJ5LYY6dSzD8c3XxLRPLNNiEyW1wjNeNAERkiZR1U/7BDc0tqwrpeJgwXodVdw==",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "6.0.28"
}
},
"Microsoft.AspNetCore.Authorization": {
"type": "Transitive",
"resolved": "6.0.28",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\NimbleBlazor\NimbleBlazor.csproj" />
<ProjectReference Include="..\..\SprightBlazor\SprightBlazor.csproj" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,14 +548,6 @@
"System.Xml.XDocument": "4.0.11"
}
},
"NimbleBlazor": {
"type": "Transitive",
"resolved": "16.0.4",
"contentHash": "Zv/flgCXKmGKQ80DZLwm3XqcRJ5LYY6dSzD8c3XxLRPLNNiEyW1wjNeNAERkiZR1U/7BDc0tqwrpeJgwXodVdw==",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "6.0.28"
}
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.0.0",
Expand Down Expand Up @@ -1066,11 +1058,16 @@
"xunit.abstractions": "2.0.3"
}
},
"nimbleblazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[6.0.28, )"
}
},
"sprightblazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[6.0.28, )",
"NimbleBlazor": "[16.0.4, )"
"Microsoft.AspNetCore.Components.Web": "[6.0.28, )"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,14 +481,6 @@
"System.Xml.XDocument": "4.0.11"
}
},
"NimbleBlazor": {
"type": "Transitive",
"resolved": "16.0.4",
"contentHash": "Zv/flgCXKmGKQ80DZLwm3XqcRJ5LYY6dSzD8c3XxLRPLNNiEyW1wjNeNAERkiZR1U/7BDc0tqwrpeJgwXodVdw==",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "6.0.28"
}
},
"NuGet.Frameworks": {
"type": "Transitive",
"resolved": "5.0.0",
Expand Down Expand Up @@ -987,8 +979,7 @@
"sprightblazor": {
"type": "Project",
"dependencies": {
"Microsoft.AspNetCore.Components.Web": "[6.0.28, )",
"NimbleBlazor": "[16.0.4, )"
"Microsoft.AspNetCore.Components.Web": "[6.0.28, )"
}
}
}
Expand Down

0 comments on commit e678ff5

Please sign in to comment.