2021-05-04 17:58:50 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2021-06-24 09:43:57 -06:00
|
|
|
<PropertyGroup>
|
2022-09-27 14:22:34 +02:00
|
|
|
<PackageId>Umbraco.Cms.PublishedCache.NuCache</PackageId>
|
|
|
|
|
<Title>Umbraco CMS - Published cache - NuCache</Title>
|
|
|
|
|
<Description>Contains the published cache assembly needed to run Umbraco CMS.</Description>
|
2021-06-24 09:43:57 -06:00
|
|
|
<RootNamespace>Umbraco.Cms.Infrastructure.PublishedCache</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
2020-07-08 09:07:54 +02:00
|
|
|
|
2021-06-24 09:43:57 -06:00
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="CSharpTest.Net.Collections-NetStd2" Version="14.906.1403.1084" />
|
2022-12-01 12:50:28 +01:00
|
|
|
<PackageReference Include="MessagePack" Version="2.4.59" />
|
2022-04-22 09:24:30 +02:00
|
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.2.16" />
|
2022-12-01 12:50:28 +01:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
|
2021-06-24 09:43:57 -06:00
|
|
|
</ItemGroup>
|
2020-01-30 20:05:16 +01:00
|
|
|
|
2021-06-24 09:43:57 -06:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Umbraco.Infrastructure\Umbraco.Infrastructure.csproj" />
|
|
|
|
|
</ItemGroup>
|
2020-01-30 20:05:16 +01:00
|
|
|
|
2021-06-24 09:43:57 -06:00
|
|
|
<ItemGroup>
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
<_Parameter1>Umbraco.Tests</_Parameter1>
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
<_Parameter1>Umbraco.Tests.UnitTests</_Parameter1>
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
<_Parameter1>Umbraco.Tests.Integration</_Parameter1>
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
<_Parameter1>Umbraco.Tests.Benchmarks</_Parameter1>
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
|
|
|
|
|
<_Parameter1>DynamicProxyGenAssembly2</_Parameter1>
|
|
|
|
|
</AssemblyAttribute>
|
|
|
|
|
</ItemGroup>
|
2020-01-30 20:05:16 +01:00
|
|
|
</Project>
|