Skip to content

Commit be3271b

Browse files
Update ODataService.csproj
1 parent e0d8fff commit be3271b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CS/ODataService/ODataService.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.7.8" />
88
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.2" />
99
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.1" />
10+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.10.0"/>
11+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.10.0"/>
12+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.10.0"/>
1013
</ItemGroup>
1114
</Project>

0 commit comments

Comments
 (0)