Skip to content

Commit

Permalink
chore: use LangVersion 12 (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jan 25, 2024
1 parent 9cd9164 commit 48aec35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
</PropertyGroup>
<PropertyGroup>
<DebugSymbols>true</DebugSymbols>
Expand Down
2 changes: 1 addition & 1 deletion src/Playwright.Examples/Playwright.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
<NoWarn>CA2007</NoWarn>
<ReleaseVersion>0.0.0</ReleaseVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
<ReleaseVersion>0.0.0</ReleaseVersion>
<LangVersion>10</LangVersion>
<LangVersion>12</LangVersion>
</PropertyGroup>
<Import Project="../Common/SignAssembly.props" />

Expand Down
1 change: 1 addition & 0 deletions src/Playwright.Tests/Playwright.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net8.0</TargetFrameworks>
<LangVersion>12</LangVersion>
<IsTestProject>true</IsTestProject>
<ReleaseVersion>0.0.0</ReleaseVersion>
<NoWarn>1701;1702</NoWarn>
Expand Down

0 comments on commit 48aec35

Please sign in to comment.