File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
csharp/Squidex.ClientLibrary
Squidex.ClientLibrary.Tests Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net6.0</TargetFramework >
6
+ <LangVersion >latest</LangVersion >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp3.1</TargetFramework >
5
- <Nullable >enable</Nullable >
6
- <ImplicitUsings >enable</ImplicitUsings >
4
+ <ImplicitUsings >enable</ImplicitUsings >
7
5
<IsPackable >false</IsPackable >
6
+ <LangVersion >latest</LangVersion >
7
+ <Nullable >enable</Nullable >
8
+ <TargetFramework >netcoreapp3.1</TargetFramework >
8
9
</PropertyGroup >
9
10
10
11
<ItemGroup >
Original file line number Diff line number Diff line change 6
6
<Description >ClientLibrary for Squidex Headless CMS</Description >
7
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
8
8
<ImplicitUsings >enable</ImplicitUsings >
9
- <LangVersion >10.0 </LangVersion >
9
+ <LangVersion >latest </LangVersion >
10
10
<Nullable >enable</Nullable >
11
11
<PackageIcon >logo-squared.png</PackageIcon >
12
12
<PackageLicenseExpression >MIT</PackageLicenseExpression >
13
13
<PackageProjectUrl >https://github.com/Squidex/squidex/</PackageProjectUrl >
14
14
<PackageTags >Squidex HeadlessCMS</PackageTags >
15
15
<TargetFrameworks >netstandard2.0;netcoreapp3.1;net5.0;net6.0</TargetFrameworks >
16
- <Version >8.9 .0</Version >
16
+ <Version >8.10 .0</Version >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments