Skip to content

Commit 26b6cff

Browse files
committed
style: 更新依赖版本
1 parent a5666dc commit 26b6cff

File tree

6 files changed

+11
-19
lines changed

6 files changed

+11
-19
lines changed

components/src/Bing.Biz.Payments/project.dependency.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Bing.Utils.Http" Version="1.3.0" />
3+
<PackageReference Include="Bing.Utils.Http" Version="1.4.0-preview-20220831-2" />
44
<PackageReference Include="TinyCsvParser" Version="2.7.0" />
55
</ItemGroup>
66

framework/src/Bing/dependency.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.9" />
99
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
1010
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
11-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.5.1" />
1211
</ItemGroup>
1312

1413
<ItemGroup>

modules/admin/src/Bing.Admin.FreeSQL/Properties/launchSettings.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
"$schema": "http://json.schemastore.org/launchsettings.json",
33
"iisSettings": {
44
"windowsAuthentication": false,
5-
"anonymousAuthentication": true,
5+
"anonymousAuthentication": true,
66
"iisExpress": {
7-
"applicationUrl": "http://localhost:44342",
8-
"sslPort": 0
7+
"applicationUrl": "http://localhost:5662",
8+
"sslPort": 44342
99
}
1010
},
1111
"profiles": {
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "api/values",
15+
"launchUrl": "swagger",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
2020
"Bing.Admin.FreeSQL": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "api/values",
24-
"applicationUrl": "http://localhost:5000",
23+
"launchUrl": "swagger",
24+
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"
2727
}

modules/admin/src/Bing.Admin.FreeSQL/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ConnectionStrings": {
3-
"DefaultConnection": "server=10.186.135.162;port=3306;database=bing_admin;uid=root;pwd=bing2019.00;charset='utf8mb4';Allow User Variables=true;IgnoreCommandTransaction=true;",
3+
"DefaultConnection": "server=10.186.135.162;port=3306;database=bing_admin;uid=root;pwd=bing2019.00;charset='utf8mb4';Allow User Variables=true;",
44
//"DefaultConnection": "Host=10.186.132.31;Port=15432;Database=bing_admin;Username=admin;Password=bing2019.00",
55
"RedisConnection": "127.0.0.1:6379,defaultDatabase=1,prefix=bing.admin.sample:,poolsize=2"
66
//"DefaultConnection": "server=192.168.0.67;port=3306;database=Sample;uid=root;pwd=bing2019.00;charset='utf8mb4';Allow User Variables=true"

modules/admin/src/Bing.Admin/Bing.Admin.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
6-
</PropertyGroup>
7-
8-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<DocumentationFile>bin\Debug\netcoreapp2.2\Bing.Admin.xml</DocumentationFile>
10-
</PropertyGroup>
11-
12-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
13-
<DocumentationFile>bin\Release\netcoreapp2.2\Bing.Admin.xml</DocumentationFile>
6+
<RootNamespace>Bing.Admin</RootNamespace>
147
</PropertyGroup>
158

169
<ItemGroup>

modules/admin/src/Bing.Admin/Properties/launchSettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"IIS Express": {
1313
"commandName": "IISExpress",
1414
"launchBrowser": true,
15-
"launchUrl": "api/values",
15+
"launchUrl": "swagger",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
2020
"Bing.Admin": {
2121
"commandName": "Project",
2222
"launchBrowser": true,
23-
"launchUrl": "api/values",
23+
"launchUrl": "swagger",
2424
"applicationUrl": "https://localhost:5001;http://localhost:5000",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"

0 commit comments

Comments
 (0)