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 f3e91f2 commit 21a1f45Copy full SHA for 21a1f45
generator/ServiceClientGeneratorLib/ServiceClientGeneratorLib.csproj
@@ -738,6 +738,9 @@
738
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
739
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
740
</ItemGroup>
741
+ <ItemGroup Condition="'$(TargetFramework)' == 'net45'">
742
+ <Reference Include="Microsoft.CSharp" />
743
+ </ItemGroup>
744
<ItemGroup Condition="'$(TargetFramework)' != 'net45'">
745
<PackageReference Include="System.CodeDom" Version="6.0.0" />
746
0 commit comments