11<Project Sdk =" Microsoft.NET.Sdk" >
2- <PropertyGroup >
3- <TargetFrameworks >net451;netstandard2.0;netstandard2.1</TargetFrameworks >
4- <Version >1.0.1 </Version >
5- <AssemblyName >Senparc.CO2NET.AspNet</AssemblyName >
6- <RootNamespace >Senparc.CO2NET.AspNet</RootNamespace >
7- <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
8- <Description >
2+ <PropertyGroup >
3+ <TargetFrameworks >net451;netstandard2.0;netstandard2.1</TargetFrameworks >
4+ <Version >1.0.2 </Version >
5+ <AssemblyName >Senparc.CO2NET.AspNet</AssemblyName >
6+ <RootNamespace >Senparc.CO2NET.AspNet</RootNamespace >
7+ <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
8+ <Description >
99 Senparc.CO2NET.AspNet 库
1010
1111 Senparc.CO2NET 开源项目:
1212 https://github.com/Senparc/Senparc.CO2NET
1313 </Description >
14- <Copyright >Senparc Copyright © 2004~2022</Copyright >
15- <PackageTags >.NET Core,.NET Framework,公共,基础库,CO2NET,ASP.NET</PackageTags >
16- <Authors >Senparc</Authors >
17- <Owners >Senparc</Owners >
18- < PackageLicenseUrl >https://github.com/Senparc/Senparc.CO2NET/blob/master/license.md</ PackageLicenseUrl >
19- <ProjectUrl >https://github.com/Senparc/Senparc.CO2NET</ProjectUrl >
20- <Title >Senparc.CO2NET.dll</Title >
21- <Summary >Senparc.CO2NET.AspNet 库</Summary >
22- <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
23- < PackageIconUrl >http://sdk.weixin.senparc.com/Images/Logo. jpg</PackageIconUrl >
24- <PackageReleaseNotes >
14+ <Copyright >Senparc Copyright © 2004~2022</Copyright >
15+ <PackageTags >.NET Core,.NET Framework,公共,基础库,CO2NET,ASP.NET</PackageTags >
16+ <Authors >Senparc</Authors >
17+ <Owners >Senparc</Owners >
18+ < PackageLicenseExpression >Apache-2.0</ PackageLicenseExpression >
19+ <ProjectUrl >https://github.com/Senparc/Senparc.CO2NET</ProjectUrl >
20+ <Title >Senparc.CO2NET.dll</Title >
21+ <Summary >Senparc.CO2NET.AspNet 库</Summary >
22+ <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
23+ < PackageIcon >icon. jpg</PackageIcon >
24+ <PackageReleaseNotes >
2525 v0.1.0 构建基础代码,从 Senparc.CO2NET 分离 ASP.NET (以及 ASP.NET Core)代码
2626 v0.4.300.4 提供 GetRequestMemoryStreamAsync() 异步方法
2727 v1.0.1 更新 UseSenparcGlobal 参数输入方式
28- </PackageReleaseNotes >
29- <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
30- <Configurations >Debug;Release;Test</Configurations >
31- </PropertyGroup >
32- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
33- <OutputPath >..\BuildOutPut</OutputPath >
34- <DefineConstants >TRACE;RELEASE</DefineConstants >
35- </PropertyGroup >
36- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
37- <OutputPath >..\BuildOutPut</OutputPath >
38- <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
39- <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile >
40- <Optimize >true</Optimize >
41- <DebugType >pdbonly</DebugType >
42- <ErrorReport >prompt</ErrorReport >
43- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
44- </PropertyGroup >
45- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'" >
46- <OutputPath >..\BuildOutPut\</OutputPath >
47- <DocumentationFile >..\BuildOutPut\net451\Senparc.CO2NET.AspNet..xml</DocumentationFile >
48- </PropertyGroup >
49- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
50- <OutputPath >..\BuildOutPut\</OutputPath >
51- <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
52- </PropertyGroup >
53- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
54- <OutputPath >..\BuildOutPut\</OutputPath >
55- <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile >
56- </PropertyGroup >
57- <ItemGroup >
58- <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
59- </ItemGroup >
60- <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
61- <Reference Include =" System.Web" />
62- <Reference Include =" System.Web.Extensions" />
63- </ItemGroup >
64- <ItemGroup Condition =" '$(TargetFramework)' != 'net451'" >
65- <PackageReference Include =" Microsoft.Extensions.Hosting" >
66- <Version >6.0.0</Version >
67- </PackageReference >
68- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" >
69- <Version >2.2.0</Version >
70- </PackageReference >
71- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" >
72- <Version >2.2.0</Version >
73- </PackageReference >
74- </ItemGroup >
28+ </PackageReleaseNotes >
29+ <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
30+ <Configurations >Debug;Release;Test</Configurations >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
33+ <OutputPath >..\BuildOutPut</OutputPath >
34+ <DefineConstants >TRACE;RELEASE</DefineConstants >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
37+ <OutputPath >..\BuildOutPut</OutputPath >
38+ <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
39+ <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile >
40+ <Optimize >true</Optimize >
41+ <DebugType >pdbonly</DebugType >
42+ <ErrorReport >prompt</ErrorReport >
43+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net451|AnyCPU'" >
46+ <OutputPath >..\BuildOutPut\</OutputPath >
47+ <DocumentationFile >..\BuildOutPut\net451\Senparc.CO2NET.AspNet..xml</DocumentationFile >
48+ </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
50+ <OutputPath >..\BuildOutPut\</OutputPath >
51+ <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
52+ </PropertyGroup >
53+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
54+ <OutputPath >..\BuildOutPut\</OutputPath >
55+ <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile >
56+ </PropertyGroup >
57+ <ItemGroup >
58+ <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
62+ </ItemGroup >
63+ <ItemGroup Condition =" '$(TargetFramework)' == 'net451'" >
64+ <Reference Include =" System.Web" />
65+ <Reference Include =" System.Web.Extensions" />
66+ </ItemGroup >
67+ <ItemGroup Condition =" '$(TargetFramework)' != 'net451'" >
68+ <PackageReference Include =" Microsoft.Extensions.Hosting" >
69+ <Version >6.0.0</Version >
70+ </PackageReference >
71+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" >
72+ <Version >2.2.0</Version >
73+ </PackageReference >
74+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" >
75+ <Version >2.2.0</Version >
76+ </PackageReference >
77+ </ItemGroup >
7578</Project >
0 commit comments