We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad95a68 commit cb1b76eCopy full SHA for cb1b76e
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <LangVersion>latest</LangVersion>
+ <LangVersion>13</LangVersion>
4
<!-- This is strong naming, not signing-->
5
<SignAssembly>true</SignAssembly>
6
<!-- The MSAL.snk has both private and public keys -->
tests/devapps/WAM/NetWSLWam/test.csproj
@@ -3,7 +3,7 @@
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
7
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
8
</PropertyGroup>
9
<ItemGroup>
0 commit comments