Skip to content

Commit e06991f

Browse files
committed
set UnitTests TargetFramework to '.net6.0'; Set langVersion to 'latest'
1 parent 20e7f50 commit e06991f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

sdk/Notifo.SDK.FirebasePlugin/Notifo.SDK.FirebasePlugin.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</PropertyGroup>
1515

1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17-
<LangVersion>9.0</LangVersion>
17+
<LangVersion>latest</LangVersion>
1818
</PropertyGroup>
1919
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
20-
<LangVersion>9.0</LangVersion>
20+
<LangVersion>latest</LangVersion>
2121
</PropertyGroup>
2222
<ItemGroup>
2323
<None Include="logo-squared.png" Pack="true" PackagePath="\" />

sdk/Notifo.SDK.Worker/Notifo.SDK.Worker.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
</PropertyGroup>
1212

1313
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14-
<LangVersion>9.0</LangVersion>
14+
<LangVersion>latest</LangVersion>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
17-
<LangVersion>9.0</LangVersion>
17+
<LangVersion>latest</LangVersion>
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<None Include="logo-squared.png" Pack="true" PackagePath="\" />

sdk/Notifo.SDK/Notifo.SDK.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21-
<LangVersion>9.0</LangVersion>
21+
<LangVersion>latest</LangVersion>
2222
</PropertyGroup>
2323
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24-
<LangVersion>9.0</LangVersion>
24+
<LangVersion>latest</LangVersion>
2525
</PropertyGroup>
2626
<ItemGroup>
2727
<AdditionalFiles Include="..\..\stylecop.json" Link="stylecop.json" />

tests/Notifo.SDK.UnitTests/Notifo.SDK.UnitTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<IsPackable>false</IsPackable>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>.net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<PropertyGroup>

0 commit comments

Comments
 (0)