Skip to content

Commit 473a1a3

Browse files
committed
C#: Manual corrections to the generated stubs.
1 parent 0cf1e82 commit 473a1a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

csharp/ql/test/resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
1111
<ProjectReference Include="../../System.CodeDom/6.0.0/System.CodeDom.csproj" />
1212
<ProjectReference Include="../../System.ComponentModel.Annotations/5.0.0/System.ComponentModel.Annotations.csproj" />
13-
<ProjectReference Include="../../System.Configuration.ConfigurationManager/6.0.1/System.Configuration.ConfigurationManager.csproj" />
14-
<ProjectReference Include="../../System.Data.SqlClient/4.8.6/System.Data.SqlClient.csproj" />
13+
<ProjectReference Include="../../System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj" />
14+
<ProjectReference Include="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
1515
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1616
</ItemGroup>
1717
</Project>

csharp/ql/test/resources/stubs/ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj

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

99
<ItemGroup>
10-
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
10+
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
1111
<ProjectReference Include="../../ServiceStack.Common/10.0.4/ServiceStack.Common.csproj" />
1212
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
1313
</ItemGroup>

0 commit comments

Comments
 (0)