Skip to content

Commit cb1b76e

Browse files
jennyf19bgavrilMS
authored andcommitted
update to langVersion 13
1 parent ad95a68 commit cb1b76e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<LangVersion>latest</LangVersion>
3+
<LangVersion>13</LangVersion>
44
<!-- This is strong naming, not signing-->
55
<SignAssembly>true</SignAssembly>
66
<!-- The MSAL.snk has both private and public keys -->

tests/devapps/WAM/NetWSLWam/test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<OutputType>Exe</OutputType>
6-
<LangVersion>latest</LangVersion>
6+
<LangVersion>13</LangVersion>
77
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
88
</PropertyGroup>
99
<ItemGroup>

0 commit comments

Comments
 (0)