We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e796b40 commit 66cea00Copy full SHA for 66cea00
1 file changed
src/DynamoDBGenerator.SourceGenerator/DynamoDBGenerator.SourceGenerator.csproj
@@ -21,13 +21,8 @@
21
</PropertyGroup>
22
23
<ItemGroup>
24
- <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" PrivateAssets="all"/>
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net10.0'" />
25
+ <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net8.0'" />
26
</ItemGroup>
27
- <ItemGroup>
28
- <!-- Is required in order to pack the analyzer correctly with NuGet -->
29
- <None Include="$(OutputPath)\*.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false"/>
30
- </ItemGroup>
31
-
32
33
</Project>
0 commit comments