Skip to content

Commit

Permalink
For testing, bump to LangVersion 11 for multiline string literals.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Mar 23, 2024
1 parent b32b4a9 commit 3216a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Selfie.Lib.Tests/Selfie.Lib.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<LangVersion>10.0</LangVersion>
<LangVersion>11.0</LangVersion>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>DiffPlug.Selfie.Lib</RootNamespace>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 3216a2c

Please sign in to comment.