version up and demos updated to .net 6

This commit is contained in:
Vladimir Enchev
2021-11-11 08:46:08 +02:00
parent 1194a3a231
commit 4ddae3d3ed
3 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ COPY RadzenBlazorDemos /app/RadzenBlazorDemos
WORKDIR /app
RUN docfx DocFX/docfx.json
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal
COPY --from=0 /app/RadzenBlazorDemos /app
WORKDIR /app

View File

@@ -8,7 +8,7 @@
<IsPackable>true</IsPackable>
<PackageId>Radzen.Blazor</PackageId>
<Product>Radzen.Blazor</Product>
<Version>3.11.12</Version>
<Version>3.12.0</Version>
<Copyright>Radzen Ltd.</Copyright>
<Authors>Radzen Ltd.</Authors>
<Description>Native Blazor UI components by Radzen Ltd.</Description>

View File

@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Radzen.Blazor" Version="3.11.12" Condition="'$(Configuration)' == 'Release'"/>
<PackageReference Include="Radzen.Blazor" Version="3.12.0" Condition="'$(Configuration)' == 'Release'"/>
<ProjectReference Include="..\Radzen.Blazor\Radzen.Blazor.csproj" Condition="'$(Configuration)' != 'Release'" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" />
<PackageReference Include="DocumentFormat.OpenXml" Version="2.11.3" />
</ItemGroup>
<ItemGroup>