1- <?xml version =" 1.0" encoding =" utf-8" ?>
21<Project Sdk =" Microsoft.NET.Sdk" >
3- <PropertyGroup >
4- <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
5- <Version >1.5.0 </Version >
6- <AssemblyName >Senparc.CO2NET.AspNet</AssemblyName >
7- <RootNamespace >Senparc.CO2NET.AspNet</RootNamespace >
8- <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
9- <Description >
2+ <PropertyGroup >
3+ <TargetFrameworks >net462;netstandard2.0;netstandard2.1;net8.0</TargetFrameworks >
4+ <Version >2.0.0-beta1 </Version >
5+ <AssemblyName >Senparc.CO2NET.AspNet</AssemblyName >
6+ <RootNamespace >Senparc.CO2NET.AspNet</RootNamespace >
7+ <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
8+ <Description >
109 Senparc.CO2NET.AspNet library
1110
1211 Senparc.CO2NET open source project:
1312 https://github.com/Senparc/Senparc.CO2NET
1413 </Description >
15- <Copyright >Senparc Copyright © 2004~2024</Copyright >
16- <PackageTags >.NET Core,.NET Framework,public,base library,CO2NET,ASP.NET</PackageTags >
17- <Authors >Senparc</Authors >
18- <Owners >Senparc</Owners >
19- <PackageLicenseExpression >Apache-2.0</PackageLicenseExpression >
20- <ProjectUrl >https://github.com/Senparc/Senparc.CO2NET</ProjectUrl >
21- <Title >Senparc.CO2NET.dll</Title >
22- <Summary >Senparc.CO2NET.AspNet library</Summary >
23- <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
24- <PackageIcon >icon.jpg</PackageIcon >
25- <PackageReleaseNotes >
14+ <Copyright >Senparc Copyright © 2004~2024</Copyright >
15+ <PackageTags >.NET Core,.NET Framework,public,base library,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 library</Summary >
22+ <PackageProjectUrl >https://github.com/Senparc/Senparc.CO2NET</PackageProjectUrl >
23+ <PackageIcon >icon.jpg</PackageIcon >
24+ <PackageReleaseNotes >
2625 v0.1.0 Build basic code, separate ASP.NET (and ASP.NET Core) code from Senparc.CO2NET
2726 v0.4.300.4 Provide GetRequestMemoryStreamAsync() async method
2827 v1.0.1 Update UseSenparcGlobal parameter input method
3332 v1.4.0 .NET 6.0 and .NET 8.0 assemblies no longer depend on Microsoft.AspNetCore.Hosting.Abstractions and Microsoft.AspNetCore.Http.Abstractions
3433 [2024-09-11] v1.4.3 Update Cache, remove InsertToCache(), add Count(prefix)
3534 [2024-10-07] v1.5.0 Stop supporting .NET 6.0
36- </PackageReleaseNotes >
37- <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
38- <Configurations >Debug;Release;Test</Configurations >
39- </PropertyGroup >
40- <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
41- <OutputPath >..\BuildOutPut</OutputPath >
42- <DefineConstants >TRACE;RELEASE</DefineConstants >
43- </PropertyGroup >
44- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
45- <OutputPath >..\BuildOutPut</OutputPath >
46- <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
47- <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile >
48- <Optimize >true</Optimize >
49- <DebugType >pdbonly</DebugType >
50- <ErrorReport >prompt</ErrorReport >
51- <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
52- </PropertyGroup >
53- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
54- <OutputPath >..\BuildOutPut\</OutputPath >
55- <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.AspNet..xml</DocumentationFile >
56- </PropertyGroup >
57- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
58- <OutputPath >..\BuildOutPut\</OutputPath >
59- <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
60- </PropertyGroup >
61- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
62- <OutputPath >..\BuildOutPut\</OutputPath >
63- <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile >
64- </PropertyGroup >
65- <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'" >
66- <OutputPath >..\BuildOutPut\</OutputPath >
67- <DocumentationFile >..\BuildOutPut\net8.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
68- </PropertyGroup >
69- <ItemGroup >
70- <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
71- </ItemGroup >
72- <ItemGroup >
73- <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
74- <PackageReference Include =" Microsoft.Extensions.Hosting" >
75- <Version >8.0.0</Version >
76- </PackageReference >
77- </ItemGroup >
78- <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
79- <Reference Include =" System.Web" />
80- <Reference Include =" System.Web.Extensions" />
81- </ItemGroup >
82- <!-- <ItemGroup Condition="'$(TargetFramework)' != 'net462' ">
35+ </PackageReleaseNotes >
36+ <RepositoryUrl >https://github.com/Senparc/Senparc.CO2NET</RepositoryUrl >
37+ <Configurations >Debug;Release;Test</Configurations >
38+ </PropertyGroup >
39+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
40+ <OutputPath >..\BuildOutPut</OutputPath >
41+ <DefineConstants >TRACE;RELEASE</DefineConstants >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
44+ <OutputPath >..\BuildOutPut</OutputPath >
45+ <DefineConstants >$(DefineConstants);RELEASE</DefineConstants >
46+ <DocumentationFile >..\BuildOutPut\Senparc.CO2NET.AspNet.xml</DocumentationFile >
47+ <Optimize >true</Optimize >
48+ <DebugType >pdbonly</DebugType >
49+ <ErrorReport >prompt</ErrorReport >
50+ <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
51+ </PropertyGroup >
52+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'" >
53+ <OutputPath >..\BuildOutPut\</OutputPath >
54+ <DocumentationFile >..\BuildOutPut\net462\Senparc.CO2NET.AspNet..xml</DocumentationFile >
55+ </PropertyGroup >
56+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'" >
57+ <OutputPath >..\BuildOutPut\</OutputPath >
58+ <DocumentationFile >..\BuildOutPut\netstandard2.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.1|AnyCPU'" >
61+ <OutputPath >..\BuildOutPut\</OutputPath >
62+ <DocumentationFile >..\BuildOutPut\netstandard2.1\Senparc.CO2NET.AspNet.xml</DocumentationFile >
63+ </PropertyGroup >
64+ <PropertyGroup Condition =" '$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'" >
65+ <OutputPath >..\BuildOutPut\</OutputPath >
66+ <DocumentationFile >..\BuildOutPut\net8.0\Senparc.CO2NET.AspNet.xml</DocumentationFile >
67+ </PropertyGroup >
68+ <ItemGroup >
69+ <None Include =" ..\Senparc.CO2NET\icon.jpg" Pack =" true" Visible =" false" PackagePath =" " />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <ProjectReference Include =" ..\Senparc.CO2NET\Senparc.CO2NET.csproj" />
73+ <PackageReference Include =" Microsoft.Extensions.Hosting" >
74+ <Version >8.0.0</Version >
75+ </PackageReference >
76+ </ItemGroup >
77+ <ItemGroup Condition =" '$(TargetFramework)' == 'net462'" >
78+ <Reference Include =" System.Web" />
79+ <Reference Include =" System.Web.Extensions" />
80+ </ItemGroup >
81+ <!-- <ItemGroup Condition="'$(TargetFramework)' != 'net462' ">
8382
8483 </ItemGroup>-->
85- <!-- <ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') OR ('$(TargetFramework)' == 'netstandard2.1')">-->
86- <ItemGroup Condition =" '$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0'" >
87- <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" >
88- <Version >2.2.0</Version >
89- </PackageReference >
90- <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" >
91- <Version >2.2.0</Version >
92- </PackageReference >
93- </ItemGroup >
94- <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
95- <PackageReference Include =" Microsoft.AspNetCore.App" />
96- </ItemGroup >
84+ <!-- <ItemGroup Condition="('$(TargetFramework)' == 'netstandard2.0') OR ('$(TargetFramework)' == 'netstandard2.1')">-->
85+ <ItemGroup Condition =" '$(TargetFramework)' != 'net462' And '$(TargetFramework)' != 'net8.0'" >
86+ <PackageReference Include =" Microsoft.AspNetCore.Hosting.Abstractions" >
87+ <Version >2.2.0</Version >
88+ </PackageReference >
89+ <PackageReference Include =" Microsoft.AspNetCore.Http.Abstractions" >
90+ <Version >2.2.0</Version >
91+ </PackageReference >
92+ </ItemGroup >
93+ <ItemGroup Condition =" '$(TargetFramework)' == 'net8.0'" >
94+ <PackageReference Include =" Microsoft.AspNetCore.App" />
95+ </ItemGroup >
9796</Project >
0 commit comments