22
33 <PropertyGroup >
44 <LangVersion >9.0</LangVersion >
5- <TargetFrameworks >net7.0;net6.0;netstandard2 .1;netstandard2.0;netcoreapp3.1;net452 </TargetFrameworks >
5+ <TargetFrameworks >net7.0;net6.0;netcoreapp3 .1;net48; netstandard2.1;netstandard2.0 </TargetFrameworks >
66 <AssemblyName >ExCSS</AssemblyName >
77 <PackageId >ExCSS</PackageId >
88 <Title >ExCSS .NET Stylesheet Parser</Title >
99 <Authors >Tyler Brinks</Authors >
10- <Description >ExCSS is a CSS 2.1 and CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.</Description >
11- <RepositoryUrl >https://github.com/TylerBrinks/ExCSS</RepositoryUrl >
12- <PackageVersion >4.0.2</PackageVersion >
10+ <Description >
11+ ExCSS is a CSS 2.1 and CSS 3 parser for .NET.
12+ ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
13+ </Description >
14+ <PackageProjectUrl >https://github.com/TylerBrinks/ExCSS</PackageProjectUrl >
15+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
16+ <PackageReadmeFile >README.md</PackageReadmeFile >
17+ <RespositoryType >git</RespositoryType >
18+ <RepositoryUrl >https://github.com/TylerBrinks/ExCSS</RepositoryUrl >
1319 <GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
1420 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1521 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
1622 <SignAssembly >true</SignAssembly >
1723 <AssemblyOriginatorKeyFile >ExCSS.snk</AssemblyOriginatorKeyFile >
18- <Version >4.1.3</Version >
1924 </PropertyGroup >
2025
2126 <ItemGroup >
2429
2530 <ItemGroup >
2631 <Folder Include =" Properties\" />
32+ <None Include =" ..\..\readme.md" Pack =" true" PackagePath =" \" />
2733 </ItemGroup >
2834
2935</Project >
0 commit comments