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.
2 parents 3c4ea91 + 368bfa6 commit a792b5aCopy full SHA for a792b5a
src/TypeNameInterpretation/TypeNameInterpretation.csproj
@@ -30,6 +30,8 @@
30
<Choose>
31
<When Condition="'$(TargetFramework)' == 'net8.0'">
32
</When>
33
+ <When Condition="'$(TargetFramework)' == 'net9.0'">
34
+ </When>
35
<When Condition="'$(TargetFramework)' == 'netstandard2.1'">
36
<ItemGroup>
37
<PackageReference Include="System.Collections.Immutable" Version="8.0.0" />
0 commit comments