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 191422a commit 845b1dbCopy full SHA for 845b1db
src/Moq.Tests/Moq.Tests.csproj
@@ -6,7 +6,7 @@
6
<DebugSymbols>True</DebugSymbols>
7
<DebugType>portable</DebugType>
8
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
9
- <LangVersion>9.0</LangVersion>
+ <LangVersion>10.0</LangVersion>
10
<IsPackable>False</IsPackable>
11
<NoWarn>$(NoWarn);CS8032</NoWarn>
12
</PropertyGroup>
src/Moq/Moq.csproj
<NoWarn>$(NoWarn);0419;CS8032</NoWarn>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'net6.0' ">
0 commit comments