Skip to content

Commit

Permalink
Merge pull request #181 from Avanade/feature/updateTargetFramework
Browse files Browse the repository at this point in the history
feat: update Liquid.Cache packages target framework, and Liquid's references to net6.0.
  • Loading branch information
lucianareginalino authored Oct 18, 2023
2 parents 8890640 + d977793 commit 7240319
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/Liquid.Cache.Memory/Liquid.Cache.Memory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>2.0.0-preview-2022090901-01</Version>
<Version>6.0.0-preview-20231130-01</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Liquid.Cache" Version="2.0.0-preview-2022090901-02" />
<PackageReference Include="Liquid.Cache" Version="6.0.0-preview-20231130-02" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Liquid.Cache.NCache/Liquid.Cache.NCache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>2.0.0-preview-2022090901-01</Version>
<Version>6.0.0-preview-20231130-01</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Liquid.Cache" Version="2.0.0-preview-2022090901-02" />
<PackageReference Include="Liquid.Cache" Version="6.0.0-preview-20231130-02" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
<PackageReference Include="NCache.Microsoft.Extensions.Caching" Version="5.3.1" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/Liquid.Cache.Redis/Liquid.Cache.Redis.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
Expand All @@ -10,7 +10,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>2.0.0-preview-2022090901-01</Version>
<Version>6.0.0-preview-20231130-01</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Liquid.Cache" Version="2.0.0-preview-2022090901-02" />
<PackageReference Include="Liquid.Cache" Version="6.0.0-preview-20231130-02" />
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="6.0.8" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions src/Liquid.Cache.SqlServer/Liquid.Cache.SqlServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Copyright>Avanade 2019</Copyright>
<PackageProjectUrl>https://github.com/Avanade/Liquid-Application-Framework</PackageProjectUrl>
<PackageIcon>logo.png</PackageIcon>
<Version>2.0.0-preview-2022090901-01</Version>
<Version>6.0.0-preview-20231130-01</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IsPackable>true</IsPackable>
<DebugType>Full</DebugType>
Expand All @@ -29,7 +29,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Liquid.Cache" Version="2.0.0-preview-2022090901-02" />
<PackageReference Include="Liquid.Cache" Version="6.0.0-preview-20231130-02" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="6.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 7240319

Please sign in to comment.