2
2
3
3
<PropertyGroup >
4
4
<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 >
6
6
<AssemblyName >ExCSS</AssemblyName >
7
7
<PackageId >ExCSS</PackageId >
8
8
<Title >ExCSS .NET Stylesheet Parser</Title >
9
9
<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 >
13
19
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
14
20
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
15
21
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
16
22
<SignAssembly >true</SignAssembly >
17
23
<AssemblyOriginatorKeyFile >ExCSS.snk</AssemblyOriginatorKeyFile >
18
- <Version >4.1.3</Version >
19
24
</PropertyGroup >
20
25
21
26
<ItemGroup >
24
29
25
30
<ItemGroup >
26
31
<Folder Include =" Properties\" />
32
+ <None Include =" ..\..\readme.md" Pack =" true" PackagePath =" \" />
27
33
</ItemGroup >
28
34
29
35
</Project >
0 commit comments