Skip to content

Commit

Permalink
Update dependencies to .NET 7.0 and Oqtane 4.0.0 for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tvatavuk committed Sep 22, 2023
1 parent 23bfde8 commit 69c58da
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ToSic.Cre8Magic.Client/ToSic.Cre8Magic.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RazorLangVersion>3.0</RazorLangVersion>
<Version>0.0.2</Version>
<Version>0.0.3</Version>
<Authors>2sic internet solutions GmbH, Switzerland</Authors>
<Company>2sic internet solutions GmbH, Switzerland</Company>
<Description>Theme Library for professional Oqtane Themes</Description>
<Product>ToSic.Cre8Magic.Oqtane</Product>
<Copyright>Copyright MIT © 2sic 2022</Copyright>
<Copyright>Copyright MIT © 2sic 2023</Copyright>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>$(MSBuildProjectName).Oqtane</AssemblyName>
Expand All @@ -35,11 +35,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.8" />
<PackageReference Include="Oqtane.Client" Version="3.4.3" />
<PackageReference Include="Oqtane.Shared" Version="3.4.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.5" />
<PackageReference Include="Oqtane.Client" Version="4.0.0" />
<PackageReference Include="Oqtane.Shared" Version="4.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Localization" Version="2.2.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="6.0.3" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.5" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 69c58da

Please sign in to comment.