build(centralui): reference ZB.MOM.WW.Theme 0.2.0
This commit is contained in:
@@ -85,6 +85,7 @@
|
|||||||
<PackageVersion Include="ZB.MOM.WW.Auth.ApiKeys" Version="0.1.3" />
|
<PackageVersion Include="ZB.MOM.WW.Auth.ApiKeys" Version="0.1.3" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.3" />
|
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.3" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
|
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
|
||||||
|
<PackageVersion Include="ZB.MOM.WW.Theme" Version="0.2.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
<package pattern="ZB.MOM.WW.Auth" />
|
<package pattern="ZB.MOM.WW.Auth" />
|
||||||
<package pattern="ZB.MOM.WW.Auth.*" />
|
<package pattern="ZB.MOM.WW.Auth.*" />
|
||||||
<package pattern="ZB.MOM.WW.Audit" />
|
<package pattern="ZB.MOM.WW.Audit" />
|
||||||
|
<package pattern="ZB.MOM.WW.Theme" />
|
||||||
</packageSource>
|
</packageSource>
|
||||||
</packageSourceMapping>
|
</packageSourceMapping>
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
|
||||||
|
<PackageReference Include="ZB.MOM.WW.Theme" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -11,3 +11,4 @@
|
|||||||
@using ZB.MOM.WW.ScadaBridge.CentralUI.Auth
|
@using ZB.MOM.WW.ScadaBridge.CentralUI.Auth
|
||||||
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Layout
|
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Layout
|
||||||
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Shared
|
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Shared
|
||||||
|
@using ZB.MOM.WW.Theme
|
||||||
|
|||||||
@@ -6,3 +6,4 @@
|
|||||||
@using Microsoft.AspNetCore.Components.Web
|
@using Microsoft.AspNetCore.Components.Web
|
||||||
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
@using static Microsoft.AspNetCore.Components.Web.RenderMode
|
||||||
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Shared
|
@using ZB.MOM.WW.ScadaBridge.CentralUI.Components.Shared
|
||||||
|
@using ZB.MOM.WW.Theme
|
||||||
|
|||||||
Reference in New Issue
Block a user