Skip to content

Commit 296e690

Browse files
committed
Update EntityFrameworkCore.Generator.Core.csproj
1 parent 0f51a56 commit 296e690

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/EntityFrameworkCore.Generator.Core/EntityFrameworkCore.Generator.Core.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.11.0" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" />
911
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="4.11.0" />
12+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.11.0" />
1013
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0" />
1114
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="9.0.0" />
1215
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.0" />

0 commit comments

Comments
 (0)