Skip to content

Commit ac4ba02

Browse files
committed
chore: update solution files
1 parent efd7298 commit ac4ba02

File tree

85 files changed

+387
-340
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+387
-340
lines changed

framework/src/Bing.AspNetCore.Authentication.JwtBearer/Bing.AspNetCore.Authentication.JwtBearer.csproj

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="project.props" />
2+
<PropertyGroup>
3+
<TargetFrameworks>netstandard2.0;netcoreapp3.1;</TargetFrameworks>
4+
</PropertyGroup>
35

4-
<Import Project="project.dependency.props" />
6+
<PropertyGroup>
7+
<AssemblyName>Bing.AspNetCore.Authentication.JwtBearer</AssemblyName>
8+
<PackageId>Bing.AspNetCore.Authentication.JwtBearer</PackageId>
9+
<Description>Bing.AspNetCore.Authentication.JwtBearer 是Bing应用框架的基于Jwt授权类库。</Description>
10+
</PropertyGroup>
511

612
<Import Project="..\..\..\common.props" />
713

14+
<Import Project="dependency.props" />
15+
16+
<Import Project="references.props" />
17+
818
<ItemGroup>
919
<Folder Include="Bing\AspNetCore\" />
1020
</ItemGroup>

framework/src/Bing.AspNetCore.Authentication.JwtBearer/project.dependency.props renamed to framework/src/Bing.AspNetCore.Authentication.JwtBearer/dependency.props

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,4 @@
1515
<PropertyGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
1616
<DefineConstants>NETCOREAPP3_1</DefineConstants>
1717
</PropertyGroup>
18-
19-
<ItemGroup>
20-
<ProjectReference Include="..\Bing.Security\Bing.Security.csproj" />
21-
</ItemGroup>
22-
2318
</Project>

framework/src/Bing.AspNetCore.Authentication.JwtBearer/project.props

Lines changed: 0 additions & 12 deletions
This file was deleted.

framework/src/Bing.MultiTenancy/project.dependency.props renamed to framework/src/Bing.AspNetCore.Authentication.JwtBearer/references.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<ProjectReference Include="..\Bing\Bing.csproj" />
43
<ProjectReference Include="..\Bing.Security\Bing.Security.csproj" />
54
</ItemGroup>
65
</Project>
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="project.props" />
3-
4-
<Import Project="project.dependency.props" />
2+
<PropertyGroup>
3+
<AssemblyName>Bing.AspNetCore.Mvc.Contracts</AssemblyName>
4+
<PackageId>Bing.AspNetCore.Mvc.Contracts</PackageId>
5+
<Description>Bing.AspNetCore.Mvc.Contracts 组件,抽象MVC的功能。</Description>
6+
</PropertyGroup>
57

68
<Import Project="..\..\..\framework.props"/>
79

10+
<Import Project="dependency.props" />
11+
12+
<Import Project="references.props" />
13+
814
</Project>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
3+
</Project>

framework/src/Bing.AspNetCore.Mvc.Contracts/project.props

Lines changed: 0 additions & 7 deletions
This file was deleted.

framework/src/Bing.AspNetCore.Mvc.Contracts/project.dependency.props renamed to framework/src/Bing.AspNetCore.Mvc.Contracts/references.props

File renamed without changes.
Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
<Import Project="project.props" />
2+
<PropertyGroup>
3+
<TargetFrameworks>netstandard2.0;netcoreapp3.1;</TargetFrameworks>
4+
</PropertyGroup>
35

4-
<Import Project="project.dependency.props" />
6+
<PropertyGroup>
7+
<AssemblyName>Bing.AspNetCore.Mvc.UI</AssemblyName>
8+
<PackageId>Bing.AspNetCore.Mvc.UI</PackageId>
9+
<Description>Bing.AspNetCore.Mvc.UI 组件,提供MVC关于RazorPage相关功能。</Description>
10+
</PropertyGroup>
511

6-
<Import Project="..\..\..\common.props"/>
12+
<Import Project="..\..\..\common.props" />
13+
14+
<Import Project="dependency.props" />
15+
16+
<Import Project="references.props" />
717

818
</Project>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<Project>
2+
<ItemGroup>
3+
<PackageReference Include="Bing.Utils.Http" Version="$(BingUtilsPackageVersion)" />
4+
</ItemGroup>
5+
6+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
7+
<PackageReference Include="Microsoft.AspNetCore.Mvc.RazorPages" Version="2.2.5" />
8+
</ItemGroup>
9+
</Project>

0 commit comments

Comments
 (0)