修复设备管理权限本地资源导致角色授权显示异常的问题
This commit is contained in:
parent
1b72795a88
commit
3b0c477ca7
@ -1 +1 @@
|
|||||||
Subproject commit 07f0edcf888bd2df1e63c5d00f3f170554eaf1e9
|
Subproject commit 323492e10b2937a063c9e60b26bc40c6954503c7
|
||||||
@ -3,6 +3,6 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<packageSources>
|
<packageSources>
|
||||||
<add key="JiSheTeam" value="http://192.168.111.248:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
|
<add key="JiSheTeam" value="http://192.168.111.248:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
|
||||||
<add key="nuget" value="https://nuget.cdn.azure.cn/v3/index.json" />
|
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
|
||||||
</packageSources>
|
</packageSources>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user