Skip to content

Commit bc5f1b1

Browse files
Update Lang version.
1 parent 3babdf8 commit bc5f1b1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

csharp/Squidex.ClientLibrary/CodeGeneration/CodeGeneration.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net6.0</TargetFramework>
6+
<LangVersion>latest</LangVersion>
67
</PropertyGroup>
78

89
<ItemGroup>

csharp/Squidex.ClientLibrary/Squidex.ClientLibrary.Tests/Squidex.ClientLibrary.Tests.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Nullable>enable</Nullable>
6-
<ImplicitUsings>enable</ImplicitUsings>
4+
<ImplicitUsings>enable</ImplicitUsings>
75
<IsPackable>false</IsPackable>
6+
<LangVersion>latest</LangVersion>
7+
<Nullable>enable</Nullable>
8+
<TargetFramework>netcoreapp3.1</TargetFramework>
89
</PropertyGroup>
910

1011
<ItemGroup>

csharp/Squidex.ClientLibrary/Squidex.ClientLibrary/Squidex.ClientLibrary.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<Description>ClientLibrary for Squidex Headless CMS</Description>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<ImplicitUsings>enable</ImplicitUsings>
9-
<LangVersion>10.0</LangVersion>
9+
<LangVersion>latest</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<PackageIcon>logo-squared.png</PackageIcon>
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/Squidex/squidex/</PackageProjectUrl>
1414
<PackageTags>Squidex HeadlessCMS</PackageTags>
1515
<TargetFrameworks>netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
16-
<Version>8.9.0</Version>
16+
<Version>8.10.0</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)