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>
|
2023-09-19 11:23:20 +02:00
|
|
|
<PackageReference Include="MessagePack" Version="2.5.124" />
|
2023-01-30 08:01:54 +01:00
|
|
|
<PackageReference Include="Umbraco.CSharpTest.Net.Collections" Version="15.0.0" />
|
2023-09-19 11:23:20 +02:00
|
|
|
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
|
2023-05-11 13:32:14 +02:00
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
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.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>
|