Skip to content

Commit fc87c98

Browse files
authored
Update DynamoDBGenerator.SourceGenerator.csproj
1 parent 9b6055e commit fc87c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DynamoDBGenerator.SourceGenerator/DynamoDBGenerator.SourceGenerator.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</PropertyGroup>
2222

2323
<ItemGroup>
24-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net10.0'" />
24+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="5.0.0" PrivateAssets="all" Condition="'$(TargetFramework)' != 'net8.0'" />
2525
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" PrivateAssets="all" Condition="'$(TargetFramework)' == 'net8.0'" />
2626
</ItemGroup>
2727

0 commit comments

Comments
 (0)