File tree Expand file tree Collapse file tree 6 files changed +22
-157
lines changed
Bing.Offices.Abstractions/Bing/Offices/Exports Expand file tree Collapse file tree 6 files changed +22
-157
lines changed Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" Microsoft.Net.Compilers" Version =" 2.*" Condition =" '$(OS)' == 'Windows_NT' " >
11+ <!-- < PackageReference Include="Microsoft.Net.Compilers" Version="2.*" Condition=" '$(OS)' == 'Windows_NT' ">
1212 <PrivateAssets>all</PrivateAssets>
13- </PackageReference >
13+ </PackageReference> -->
1414 </ItemGroup >
1515
1616</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Bing是一个.net core平台下的应用框架,旨在于提升小型团队的
2828 </ItemGroup >
2929
3030 <ItemGroup >
31- <PackageReference Include =" Bing.Utils" Version =" 1.2.0 " />
31+ <PackageReference Include =" Bing.Utils" Version =" 1.2.4 " />
3232 </ItemGroup >
3333
3434</Project >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netstandard2.0</ TargetFramework >
4+ <TargetFrameworks >net5.0;netcoreapp3.1; netstandard2.0;netstandard2.1;</ TargetFrameworks >
55 <Description >Bing.Offices.Npoi是Bing应用框架的Npoi相关操作核心类库。
66Bing是一个.net core平台下的应用框架,旨在于提升小型团队的开发能力,由常用公共操作类、架构基类、第三方组件封装、第三方业务接口封装等组成。</Description >
77 </PropertyGroup >
88
99 <ItemGroup >
10- <PackageReference Include =" NPOI" Version =" 2.5.4" />
10+ <PackageReference Include =" NPOI" Version =" 2.5.5" />
11+ </ItemGroup >
12+
13+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
14+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 2.2.0" />
15+ </ItemGroup >
16+
17+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
18+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.10" />
19+ </ItemGroup >
20+
21+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp3.1' " >
22+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 3.1.10" />
23+ </ItemGroup >
24+
25+ <ItemGroup Condition =" '$(TargetFramework)' == 'net5.0' " >
26+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 5.0.0" />
1127 </ItemGroup >
1228
1329 <ItemGroup >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp2.2</ TargetFramework >
4+ <TargetFrameworks >net5.0;netcoreapp3.1;</ TargetFrameworks >
55
66 <IsPackable >false</IsPackable >
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments