|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net8.0;net9.0;net10.0</TargetFrameworks> |
5 | | - <PackageId>Jitbit.FastCache</PackageId> |
6 | | - <Title>FastCache</Title> |
7 | | - <Authors>Alex from Jitbit</Authors> |
8 | | - <Product>FastCache</Product> |
9 | | - <PackageProjectUrl>https://github.com/jitbit/fastcache</PackageProjectUrl> |
10 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
11 | | - <RepositoryUrl>https://github.com/jitbit/fastcache</RepositoryUrl> |
12 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
13 | | - <Version>1.1.3</Version> |
14 | | - <PackageTags>cache;caching;MemoryCache</PackageTags> |
15 | | - <Description>Fastest in-memory cache for .NET</Description> |
16 | | - <GenerateDocumentationFile>True</GenerateDocumentationFile> |
17 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFrameworks>net6.0;net8.0;net9.0;net10.0</TargetFrameworks> |
| 5 | + <PackageId>Jitbit.FastCache</PackageId> |
| 6 | + <Title>FastCache</Title> |
| 7 | + <Authors>Alex from Jitbit</Authors> |
| 8 | + <Product>FastCache</Product> |
| 9 | + <PackageProjectUrl>https://github.com/jitbit/fastcache</PackageProjectUrl> |
| 10 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 11 | + <RepositoryUrl>https://github.com/jitbit/fastcache</RepositoryUrl> |
| 12 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 13 | + <Version>1.1.3</Version> |
| 14 | + <PackageTags>cache;caching;MemoryCache</PackageTags> |
| 15 | + <Description>Fastest in-memory cache for .NET</Description> |
| 16 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 17 | + </PropertyGroup> |
18 | 18 |
|
19 | | - <ItemGroup> |
20 | | - <None Include="..\LICENSE"> |
21 | | - <Pack>True</Pack> |
22 | | - <PackagePath>\</PackagePath> |
23 | | - </None> |
24 | | - <None Include="..\README.md"> |
25 | | - <Pack>True</Pack> |
26 | | - <PackagePath>\</PackagePath> |
27 | | - </None> |
28 | | - </ItemGroup> |
| 19 | + <ItemGroup> |
| 20 | + <None Include="..\LICENSE"> |
| 21 | + <Pack>True</Pack> |
| 22 | + <PackagePath>\</PackagePath> |
| 23 | + </None> |
| 24 | + <None Include="..\README.md"> |
| 25 | + <Pack>True</Pack> |
| 26 | + <PackagePath>\</PackagePath> |
| 27 | + </None> |
| 28 | + </ItemGroup> |
29 | 29 |
|
30 | | - <ItemGroup> |
31 | | - <PackageReference Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Include="Backport.System.Threading.Lock"> |
32 | | - <PrivateAssets>all</PrivateAssets> |
33 | | - <IncludeAssets>analyzers</IncludeAssets> |
34 | | - </PackageReference> |
35 | | - </ItemGroup> |
| 30 | + <ItemGroup> |
| 31 | + <PackageReference Condition="!$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net9.0'))" Include="Backport.System.Threading.Lock"> |
| 32 | + <PrivateAssets>all</PrivateAssets> |
| 33 | + <IncludeAssets>analyzers</IncludeAssets> |
| 34 | + </PackageReference> |
| 35 | + </ItemGroup> |
36 | 36 |
|
37 | 37 | </Project> |
0 commit comments